ParcelAreaLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of all ParcelAreaLabels for the specified Parcel.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId parcelId
)
Public Shared Function GetAvailableLabelIds (
parcelId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId parcelId
)
Parameters
- parcelId ObjectId
- The ObjectId of a Parcel to get the ParcelAreaLabels for.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the parcelId is invalid.
|
Remarks
The returned ObjectIdCollection does not contain the parcel area selection label, as this is an embedded object used to select a Parcel.
See Also