 | ShieldDefinitionIsTwisted Property |
Gets/Sets if the contents of this item should be twisted.
Namespace: ema3d.Api.V25.Cabling.DefinitionsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool IsTwisted { get; set; }
Public Property IsTwisted As Boolean
Get
Set
public:
virtual property bool IsTwisted {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsTwisted : bool with get, set
override IsTwisted : bool with get, set
Property Value
BooleanImplements
IShieldDefinitionIsTwisted
See Also