ProfilePVIElevation Property |
Gets or sets the elevation value of the PVI.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The new elevation prevents a solution due to the constraints on the Profile.
|
See Also