ProfilePVIElevation Property |
Gets or sets the elevation value of the PVI.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double Elevation { get; set; }Public Property Elevation As Double
Get
Set
public:
property double Elevation {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
- The new elevation prevents a solution due to the constraints on the Profile.
|
See Also