Gets the slope line symbol class in the component.

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

Syntax

C#
public SlopePatternLineSymbol SlopeLineSymbol { get; }
Visual Basic
Public ReadOnly Property SlopeLineSymbol As SlopePatternLineSymbol
	Get
Visual C++
public:
property SlopePatternLineSymbol^ SlopeLineSymbol {
	SlopePatternLineSymbol^ get ();
}

See Also