Layers are used to group information in a drawing by function and to enforce linetype, color, and other standards.
More...
Inherited by X3g::Plugin::ILayer.
|
String^ | Name [get, set] |
| The unique name of the layer. More...
|
|
bool | Visible [get] |
| Determines if objects on this layer are visible or not. More...
|
|
System::Drawing::Color | Color [get, set] |
| The color of the layer. More...
|
|
Layers are used to group information in a drawing by function and to enforce linetype, color, and other standards.
void X3g::Plugin::Layer::SetColor |
( |
System::Drawing::Color |
pColor) | |
|
|
property |
void X3g::Plugin::Layer::SetVisible |
( |
bool |
pVisible) | |
|
Sets the layer's visibility.
Depending on the number of objects on this layer this operation may be slow.
System:: Drawing:: Color X3g::Plugin::Layer::Color |
|
getset |
String^ X3g::Plugin::Layer::Name |
|
getset |
The unique name of the layer.
bool X3g::Plugin::Layer::Visible |
|
get |
Determines if objects on this layer are visible or not.
The default value is 'true'.