Share

PointNumbersSuppliedType Enumeration

Specifies how to number supplied point numbers.

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

Syntax

C#

public enum PointNumbersSuppliedType

Visual Basic

Public Enumeration PointNumbersSuppliedType

Visual C++

public enum class PointNumbersSuppliedType

Members

Member nameValueDescription
Use0
Ignore1
AddOffset2

Remarks

The AddOffset enum specifies that a fixed value is added to each point number in the point data file. The value to add is specified by the point number offset setting. For example, if you specify 200 for the point number offset, then points with numbers 1, 2, and 3 in the point data file are numbered 201, 202, and 203 when imported.

See Also

Was this information helpful?