Gets or sets the direction of the profile in the profile view grid.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public GraphDirectionType Direction { get; set; } |
| Visual Basic |
|---|
Public Property Direction As GraphDirectionType Get Set |
| Visual C++ |
|---|
public: property GraphDirectionType Direction { GraphDirectionType get (); void set (GraphDirectionType value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when the GraphStyle is obtained from a SectionViewStyle. |