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