Gets the plotted size of graph horizontal scale from draw setting.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double CurrentHorizontalScale { get; } |
Visual Basic |
---|
Public ReadOnly Property CurrentHorizontalScale As Double
Get |
Visual C++ |
---|
public:
property double CurrentHorizontalScale {
double get ();
} |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the GraphStyle is obtained from a MassHaulViewStyle.
|
See Also