AdaptiveComponentInstanceUtils.IsInstanceFlipped
Method
Description:
Gets the value of the flip parameter on the adaptive instance.
Gets the value of the flip parameter on the adaptive instance.
Parameters
| Parameter | Type | Description |
|---|---|---|
| famInst | FamilyInstance | The FamilyInstance |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the instance is flipped. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The FamilyInstance famInst is not an Adaptive Family Instance. -or- The FamilyInstance famInst does not have an Adaptive Family Symbol. |
| ArgumentNullException | A non-optional argument was null |