SurfaceSlopeLabelGetAvailableSurfaceSlopeLabelIds Method |
Returns an ObjectIdCollection of slope labels on the specified surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableSurfaceSlopeLabelIds(
ObjectId surfaceId
)
Public Shared Function GetAvailableSurfaceSlopeLabelIds (
surfaceId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableSurfaceSlopeLabelIds(
ObjectId surfaceId
)
Parameters
- surfaceId ObjectId
- ObjectId of the surface where the labels are located.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when objectId of surface is invalid.
|
See Also