Returns an ObjectIdCollection of slope labels on the specified surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public static ObjectIdCollection GetAvailableSurfaceSlopeLabelIds( ObjectId surfaceId )
Visual Basic
Public Shared Function GetAvailableSurfaceSlopeLabelIds ( _ surfaceId As ObjectId _ ) As ObjectIdCollection
Visual C++
public: static ObjectIdCollection^ GetAvailableSurfaceSlopeLabelIds( ObjectId surfaceId )
Parameters
- surfaceId
- Type: ObjectId
ObjectId of the surface where the labels are located.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when objectId of surface is invalid. |