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.3.1717.0

Syntax

C#

public PropertyEnum<PointNumbersSuppliedType> HandleSuppliedPointNumbersOption { get; }

Visual Basic

Public ReadOnly Property HandleSuppliedPointNumbersOption As PropertyEnum(Of PointNumbersSuppliedType)
	Get

Visual C++

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

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