PipeSectionLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of the PipeSectionLabels in the specified SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId sectionViewId
)
Public Shared Function GetAvailableLabelIds (
sectionViewId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId sectionViewId
)
Parameters
- sectionViewId ObjectId
- The ObjectId of a SectionView.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the sectionViewId is invalid.
|
See Also