DK for .NET | TatukGIS.NDK.TGIS_LayerVector.Scope | Constructors | Fields | Methods | Properties | Events
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.