|
FactorySupportSupportFixedConditions Property
|
Gets the a fixed support condition.
Namespace:
Karamba.Factories
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<bool> SupportFixedConditions { get; }Public ReadOnly Property SupportFixedConditions As IReadOnlyList(Of Boolean)
Get
public:
property IReadOnlyList<bool>^ SupportFixedConditions {
IReadOnlyList<bool>^ get ();
}member SupportFixedConditions : IReadOnlyList<bool> with get
Property Value
Type:
IReadOnlyListBoolean
See Also