Specifies how point numbers are assigned, when requried, when importing points from a file.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PropertyEnum<PointNumbersAssignedType> AssignPointNamesOption { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AssignPointNamesOption As PropertyEnum(Of PointNumbersAssignedType) Get |
| Visual C++ |
|---|
public: property PropertyEnum<PointNumbersAssignedType>^ AssignPointNamesOption { PropertyEnum<PointNumbersAssignedType>^ get (); } |
Remarks
- UseNext: Points are numbered with the next available number.
- Sequence: Points are numbered starting at StartPointNumber, and incremented from there.