pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::Layer Class Reference

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.

Public Member Functions

void SetVisible (bool pVisible)
 Sets the layer's visibility. More...
 

Properties

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...
 

Detailed Description

Layers are used to group information in a drawing by function and to enforce linetype, color, and other standards.

Member Function Documentation

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.

Property Documentation

System:: Drawing:: Color X3g::Plugin::Layer::Color
getset

The color of the layer.

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'.