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