Share

SettingsCmdCreatePoints.SettingsCmdPointIdentity.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.8.0.280

Syntax

C#

public PropertyUInt PointNumberOffset { get; }

VB

Public ReadOnly Property PointNumberOffset As PropertyUInt
	Get

C++

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

Property Value

PropertyUInt

Remarks

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

See Also

Reference

Was this information helpful?