Returns an ObjectIdCollection of slope labels on the specified surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
System..::..ArgumentException Thrown when objectId of surface is invalid.

See Also