DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.Add | Methods | Properties
Add a layer to the Viewer.
// C# public void Add( ITGIS_LayerAbstract _layer );
' VisualBasic Public Sub Add( ByVal _layer As ITGIS_LayerAbstract )
// Oxygene public procedure Add( _layer : ITGIS_LayerAbstract );
Name | Type | Description |
---|---|---|
_layer | ITGIS_LayerAbstract | layer to be added |
Use this method to add a new custom layer to the viewer. For some layers (on-disk) it's recommended to assign a layer extent earlier to avoid its recalculation.