Share

SlopePatternLineSymbol.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.8.0.280

Syntax

C#

public SlopePatternSymbolType SymbolType { get; set; }

VB

Public Property SymbolType As SlopePatternSymbolType
	Get
	Set

C++

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

Property Value

SlopePatternSymbolType

See Also

Reference

Was this information helpful?