SplitProfileViewCreationOptionsViewHeight Property |
Specifies the height of the split ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
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
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when set to a negative value or to zero.
|
See Also