SettingsCmdCreatePointsSettingsCmdPointIdentityPointNumberOffset Property |
Specifies the number from which the imported point numbers will be offset.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic PropertyUInt PointNumberOffset { get; }
Public ReadOnly Property PointNumberOffset As PropertyUInt
Get
public:
property PropertyUInt^ PointNumberOffset {
PropertyUInt^ get ();
}
Property Value
PropertyUInt
Remarks
This value is added to imported point numbers when HandleSuppliedPointNumbersOption is
AddOffset.
See Also