Share

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

 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.

Remarks

These settings apply to points that are imported and that do not have point numbers.

See Also

Reference

Was this information helpful?