GetAvailableLabelIds Method

Gets an ObjectIdCollection of all ParcelAreaLabels for the specified Parcel.

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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId parcelId
)

Visual Basic

Public Shared Function GetAvailableLabelIds ( _
	parcelId As ObjectId _
) As ObjectIdCollection

Visual C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId parcelId
)

Parameters

parcelId
Type: ObjectId
The ObjectId of a Parcel to get the ParcelAreaLabels for.

Remarks

The returned ObjectIdCollection does not contain the parcel area selection label, as this is an embedded object used to select a Parcel.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the parcelId is invalid.

See Also