DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.FindSnapLayer | Methods | Properties
Find a snap layer on the list.
// C# public WordBool FindSnapLayer( ITGIS_LayerAbstract _layer );
' VisualBasic Public Function FindSnapLayer( ByVal _layer As ITGIS_LayerAbstract ) As WordBool
// Oxygene public function FindSnapLayer( _layer : ITGIS_LayerAbstract ) : WordBool;
Name | Type | Description |
---|---|---|
_layer | ITGIS_LayerAbstract | layer to snap |
Type | Description |
---|---|
WordBool | True if layer is on the list |