OffsetTargetGeometryPoints Property

Gets whether assemblies are inserted at offset target geometry points.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PropertyBoolean OffsetTargetGeometryPoints { get; }

Visual Basic

Public ReadOnly Property OffsetTargetGeometryPoints As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ OffsetTargetGeometryPoints {
	PropertyBoolean^ get ();
}

See Also