GeneralSegmentLabelGetAvailableLabelIds Method |
Gets the ObjectIdCollection of all GeneralSegmentLabels for a feature.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId featureId
)
Public Shared Function GetAvailableLabelIds (
featureId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId featureId
)
Parameters
- featureId ObjectId
- The ObjectId of a feature object (Line, Arc, Polyline or Featureline).
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the featureId is invalid.
|
Remarks
featureId should be the ObjectId of a Line, Arc, Polyline or Featureline.
See Also