DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.AddSnapLayer | Methods | Properties
Add a snap-to layer to the list.
// C# public int AddSnapLayer( ITGIS_LayerAbstract _layer );
' VisualBasic Public Function AddSnapLayer( ByVal _layer As ITGIS_LayerAbstract ) As Integer
// Oxygene public function AddSnapLayer( _layer : ITGIS_LayerAbstract ) : Integer;
Name | Type | Description |
---|---|---|
_layer | ITGIS_LayerAbstract | layer to snap |
Type | Description |
---|---|
int Integer | index of added layer on the list |