SettingsCmdCreatePointsSettingsCmdPointIdentityHandleSuppliedPointNumbersOption Property |
Specifies how point numbers are handled when importing points from a file.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<PointNumbersSuppliedType> HandleSuppliedPointNumbersOption { get; }
Public ReadOnly Property HandleSuppliedPointNumbersOption As PropertyEnum(Of PointNumbersSuppliedType)
Get
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