User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.scope

Table of Contents

TGIS_LayerVector.Scope property

DK for .NET | TatukGIS.NDK.TGIS_LayerVector.Scope | Constructors | Fields | Methods | Properties | Events

Scope zone.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// 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;

Value

Type
string
String

Remarks

Use this property as a SQL-like query (WHERE clause) to limit active layer objects. Treat is as a filter.

Example

Here is example how to limit processed shapes by using Scope property.

2025/01/31 01:13

Page Tools