User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.Scope property

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.

2022/11/16 01:34

Page Tools