 | ConductorDefinitionYRadius Property |
Gets/Sets YRadius of elliptical conductor
Namespace: ema3d.Api.V25.Cabling.DefinitionsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double YRadius { get; set; }
Public Property YRadius As Double
Get
Set
public:
virtual property double YRadius {
double get () sealed;
void set (double value) sealed;
}
abstract YRadius : float with get, set
override YRadius : float with get, set
Property Value
DoubleImplements
IConductorDefinitionYRadius
See Also