Gets the type of surface slope label.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0

Syntax

C#
public SurfaceSlopeLabelType SlopeLabelType { get; }
Visual Basic
Public ReadOnly Property SlopeLabelType As SurfaceSlopeLabelType
	Get
Visual C++
public:
property SurfaceSlopeLabelType SlopeLabelType {
	SurfaceSlopeLabelType get ();
}

See Also