User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.snapmargin

Table of Contents

IGIS_Editor.SnapMargin property

DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.SnapMargin | Methods | Properties

The distance tolerance from the snap-to feature for a snap to occur.

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

Syntax

// C#
public Integer SnapMargin
{
  get {}
  set {}
}
' VisualBasic
Public Property SnapMargin As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property SnapMargin : Integer read read;

Value

Type
int
Integer

Remarks

Snap margin is expressed in screen units (negative pixels, positive twips)

2025/01/31 01:03

Page Tools