Creates a new instance of ParcelAreaLabel on the specified Parcel with the default label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public static ObjectId Create( ObjectId parcelId )
Visual Basic
Public Shared Function Create ( _ parcelId As ObjectId _ ) As ObjectId
Visual C++
public: static ObjectId Create( ObjectId parcelId )
Parameters
- parcelId
- Type: ObjectId
The ObjectId of the Parcel in which the label is located.
Return Value
The ObjectId of the newly created ParcelAreaLabel.Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when parcelId is invalid. |