Share

SettingsCmdCreatePoints.SettingsCmdPointIdentity.NextPointNumber Property

Specifies the next point number to be created.



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

Syntax

C#

public PropertyUInt NextPointNumber { get; }

VB

Public ReadOnly Property NextPointNumber As PropertyUInt
	Get

C++

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

Property Value

PropertyUInt

See Also

Reference

Was this information helpful?