Specifies whether a symbol is added to the beginning of the slope line.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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); } |