Gets an ObjectIdCollection of all ParcelAreaLabels for the specified Parcel.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId parcelId )
VB
Public Shared Function GetAvailableLabelIds ( parcelId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId parcelId )
Parameters
- parcelId ObjectId
- The ObjectId of a Parcel to get the ParcelAreaLabels for.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the parcelId is invalid. |