ParcelAreaLabelCreate(ObjectId) Method |
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.8.0.292
Syntaxpublic static ObjectId Create(
ObjectId parcelId
)
Public Shared Function Create (
parcelId As ObjectId
) As ObjectId
public:
static ObjectId Create(
ObjectId parcelId
)
Parameters
- parcelId ObjectId
- The ObjectId of the Parcel in which the label is located.
Return Value
ObjectId
The ObjectId of the newly created ParcelAreaLabel.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when parcelId is invalid.
|
See Also