GraphStyleDirection Property

Gets or sets the direction of the profile in the profile view grid.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public GraphDirectionType Direction { get; set; }

Property Value

GraphDirectionType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the GraphStyle is obtained from a SectionViewStyle.
See Also