ProfileParabolaAsymmetricAsymmetricLength1 Property |
Gets or sets the length of the parabola in.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double AsymmetricLength1 { get; set; }
Public Property AsymmetricLength1 As Double
Get
Set
public:
property double AsymmetricLength1 {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The property is set to an invalid value according to the entity's constraint type.
- Setting the property is restricted by the entity's constraint type.
|
See Also