SettingsCmdCreatePointsSettingsCmdPointIdentity Class

Settings that specify defaults for Point Identity.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreatePointsSettingsCmdPointIdentity

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public sealed class SettingsCmdPointIdentity : TreeOidWrapper

The SettingsCmdCreatePointsSettingsCmdPointIdentity type exposes the following members.

Properties
 NameDescription
Public propertyAssignPointNamesOption Specifies how point numbers are assigned, when requried, when importing points from a file.
Public propertyForceNames Specifies whether to force point names to contain a value.
Public propertyHandleSuppliedPointNumbersOption Specifies how point numbers are handled when importing points from a file.
Public propertyNextPointNumber Specifies the next point number to be created.
Public propertyPointNumberOffset Specifies the number from which the imported point numbers will be offset.
Public propertyResolveDuplicatePointNamesOption Specifies how duplicate point names are resolved when importing points from a file.
Public propertyResolveDuplicatePointNumbersOption Specifies how duplicate point numbers are resolved when importing points from a file.
Public propertyStartPointNumber Specifies the number at which the imported point numbers will start from.
Public propertyUseSequentialNumbering Specifies whether to use sequential point numbering when creating points.
Top
Remarks
These settings apply to points that are imported and that do not have point numbers.
See Also