SymbolType Property

Specifies whether a symbol is added to the beginning of the slope line.

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

Syntax

C#

public SlopePatternSymbolType SymbolType { get; set; }

Visual Basic

Public Property SymbolType As SlopePatternSymbolType
	Get
	Set

Visual C++

public:
property SlopePatternSymbolType SymbolType {
	SlopePatternSymbolType get ();
	void set (SlopePatternSymbolType value);
}

See Also