GraphStyleDirection Property |
Gets or sets the direction of the profile in the profile view grid.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GraphDirectionType Direction { get; set; }
Public Property Direction As GraphDirectionType
Get
Set
public:
property GraphDirectionType Direction {
GraphDirectionType get ();
void set (GraphDirectionType value);
}
Property Value
GraphDirectionType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the GraphStyle is obtained from a SectionViewStyle.
|
See Also