DK11 for Delphi | GisEditor.TGIS_Editor.AddSnapLayer | Constructors | Methods | Properties | Events
Add a snap-to layer to the list.
Implements IGIS_Editor.AddSnapLayer.
// Delphi public function AddSnapLayer( const _layer : TGIS_LayerAbstract ) : Integer;
// C++ Builder public: int AddSnapLayer( TGIS_LayerAbstract* const _layer );
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerAbstract | layer to snap |
Type | Description |
---|---|
Integer | index of added layer on the list |