Specifies the height of the split ProfileView.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double ViewHeight { get; set; }
VB
Public Property ViewHeight As Double Get Set
C++
public: property double ViewHeight { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when set to a negative value or to zero. |