DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Scope | Methods | Properties
Scope zone.
// C# public String Scope { get {} set {} }
' VisualBasic Public Property Scope As String Get End Get Set(ByVal value As String) End Set End Property
// Oxygene public property Scope : String read read;
Type |
---|
string String |
Use this property as a SQL-like query (WHERE clause) to limit active layer objects. Treat is as a filter.
Here is example how to limit processed shapes by using Scope property.