Settings that specify defaults for Point Identity.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreatePointsSettingsCmdPointIdentity
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdPointIdentity : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdPointIdentity Inherits TreeOidWrapper
C++
public ref class SettingsCmdPointIdentity sealed : public TreeOidWrapper
The SettingsCmdCreatePointsSettingsCmdPointIdentity type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AssignPointNamesOption | Specifies how point numbers are assigned, when requried, when importing points from a file. |
![]() | ForceNames | Specifies whether to force point names to contain a value. |
![]() | HandleSuppliedPointNumbersOption | Specifies how point numbers are handled when importing points from a file. |
![]() | NextPointNumber | Specifies the next point number to be created. |
![]() | PointNumberOffset | Specifies the number from which the imported point numbers will be offset. |
![]() | ResolveDuplicatePointNamesOption | Specifies how duplicate point names are resolved when importing points from a file. |
![]() | ResolveDuplicatePointNumbersOption | Specifies how duplicate point numbers are resolved when importing points from a file. |
![]() | StartPointNumber | Specifies the number at which the imported point numbers will start from. |
![]() | UseSequentialNumbering | Specifies whether to use sequential point numbering when creating points. |