![]() |
pCon.planner Plugin SDK
Version 8.9
|
Public Member Functions | |
Layer^ | GetLayer (String^ pName) |
Retrieves a layer by name. More... | |
IList< String^ >^ | GetAllLayerNames () |
Returns all layers of the document. More... | |
Layer^ | CreateLayer (String^ pName) |
Creates a new layer with the given name. More... | |
void | DeleteLayer (String^ pName) |
Deletes a layer. More... | |
Layer Manager.
X3g::Plugin::Layer X3g::Plugin::LayerManager::CreateLayer | ( | String^ | pName) |
Creates a new layer with the given name.
void X3g::Plugin::LayerManager::DeleteLayer | ( | String^ | pName) |
Deletes a layer.
If there are entities on that layer, they will be erased.
IList< System::String^ > X3g::Plugin::LayerManager::GetAllLayerNames | ( | ) |
Returns all layers of the document.
X3g::Plugin::Layer X3g::Plugin::LayerManager::GetLayer | ( | String^ | pName) |
Retrieves a layer by name.
The layer name is not case sensitive.