|
SupportCondition Property
|
Gets a displacement boundary condition if is active.
Namespace:
Karamba.Supports
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<bool> Condition { get; }
Public ReadOnly Property Condition As IReadOnlyList(Of Boolean)
Get
public:
property IReadOnlyList<bool>^ Condition {
IReadOnlyList<bool>^ get ();
}
member Condition : IReadOnlyList<bool> with get
Property Value
Type:
IReadOnlyListBoolean
See Also