Renumbers the PointNumber to a new value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function Renumber ( _
newPointNumber As UInteger, _
resolveType As PointNumberResolveType _
) As UInteger |
Return Value
The new PointNumber. If a CogoPoint with newPointNumber already exists, this method will try to find another new valid PointNumber based on the enum value of resolveType.
Therefore the return value may differ from the newPointNumber passed to the method.
Remarks
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the CogoPoint is a ProjectPoint and is not checked out, and the "Allow Checked-In Points to be Modified" setting is false.
|
See Also