SplitProfileViewCreationOptionsViewHeight Property |
Specifies the height of the split ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double ViewHeight { get; set; }
Public Property ViewHeight As Double
Get
Set
public:
property double ViewHeight {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when set to a negative value or to zero.
|
See Also