DK for Delphi | GisInterfaces.IGIS_Editor.RemoveSnapLayer | Methods | Properties
Remove a snap layer from the list.
// Delphi public procedure RemoveSnapLayer( const _layer : TGIS_LayerAbstract );
// C++ Builder public: void RemoveSnapLayer( TGIS_LayerAbstract* const _layer ) = 0;
| Name | Type | Description |
|---|---|---|
| _layer | TGIS_LayerAbstract | layer to snap |