GraphStyleCurrentHorizontalScale Property |
Gets the plotted size of graph horizontal scale from draw setting.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double CurrentHorizontalScale { get; }
Public ReadOnly Property CurrentHorizontalScale As Double
Get
public:
property double CurrentHorizontalScale {
double get ();
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the GraphStyle is obtained from a MassHaulViewStyle.
|
See Also