PointNumberOffset Property

Specifies the number from which the imported point numbers will be offset.

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

Syntax

C#

public PropertyUInt PointNumberOffset { get; }

Visual Basic

Public ReadOnly Property PointNumberOffset As PropertyUInt
	Get

Visual C++

public:
property PropertyUInt^ PointNumberOffset {
	PropertyUInt^ get ();
}

Remarks

This value is added to imported point numbers when HandleSuppliedPointNumbersOption is AddOffset.

See Also