DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.DrawEx | Methods | Properties
Draws a layer within a defined extent.
// C# public WordBool DrawEx( ITGIS_Extent _extent );
' VisualBasic Public Function DrawEx( ByVal _extent As ITGIS_Extent ) As WordBool
// Oxygene public function DrawEx( _extent : ITGIS_Extent ) : WordBool;
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | extent to be drawn |
Type | Description |
---|---|
WordBool | True if draw was performed |