Share

ParcelAreaLabel.Create(ObjectId) Method

Creates a new instance of ParcelAreaLabel on the specified Parcel with the default label style.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public static ObjectId Create(
	ObjectId parcelId
)

VB

Public Shared Function Create ( 
	parcelId As ObjectId
) As ObjectId

C++

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.

Exceptions

ExceptionCondition
ArgumentException Thrown when parcelId is invalid.

See Also

Reference

Was this information helpful?