CrossingPipeProfileLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of the CrossingPipeProfileLabel objects on the specified ProfileView and ProfileViewPart.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId profileViewPartId,
ObjectId profileViewId
)
Public Shared Function GetAvailableLabelIds (
profileViewPartId As ObjectId,
profileViewId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId profileViewPartId,
ObjectId profileViewId
)
Parameters
- profileViewPartId ObjectId
- The ObjectId of a ProfileViewPart on which the label is located.
- profileViewId ObjectId
- The ObjectId of a ProfileView.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the profileViewId or profileViewPartId is invalid.
|
Remarks
Either profileViewPartId or profileViewPartId can be set as Object.Null, which means the profileViewPart or profileView won't be used to filter the labels.
See Also