 | ShieldDefinitionHasSkinDepthEffects Property |
Gets/Sets if conductor has skin depth effects.
Namespace: ema3d.Api.V25.Cabling.DefinitionsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool HasSkinDepthEffects { get; set; }
Public Property HasSkinDepthEffects As Boolean
Get
Set
public:
virtual property bool HasSkinDepthEffects {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasSkinDepthEffects : bool with get, set
override HasSkinDepthEffects : bool with get, set
Property Value
BooleanImplements
IConductorDefinitionHasSkinDepthEffects
See Also