Share

SettingsCmdCreatePoints.SettingsCmdPointIdentity.HandleSuppliedPointNumbersOption Property

Specifies how point numbers are handled when importing points from a file.



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

Syntax

C#

public PropertyEnum<PointNumbersSuppliedType> HandleSuppliedPointNumbersOption { get; }

VB

Public ReadOnly Property HandleSuppliedPointNumbersOption As PropertyEnum(Of PointNumbersSuppliedType)
	Get

C++

public:
property PropertyEnum<PointNumbersSuppliedType>^ HandleSuppliedPointNumbersOption {
	PropertyEnum<PointNumbersSuppliedType>^ get ();
}

Property Value

PropertyEnumPointNumbersSuppliedType

Remarks

  • Use: uses the point numbers in the point data file.
  • Ignore: ignores point numbers in the point data file; points are numbered according to the ResolveDuplicatePointNumbersOption setting.
  • AddOffset: adds the value specified by PointNumberOffset to each point number.

See Also

Reference

Was this information helpful?