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

Layer Manager. More...

Public Member Functions

LayerGetLayer (String^ pName)
 Retrieves a layer by name. More...
 
IList< String^ >^ GetAllLayerNames ()
 Returns all layers of the document. More...
 
LayerCreateLayer (String^ pName)
 Creates a new layer with the given name. More...
 
void DeleteLayer (String^ pName)
 Deletes a layer. More...
 

Detailed Description

Layer Manager.

Member Function Documentation

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.