AdaptiveComponentInstanceUtils.SetInstanceFlipped
Method
Description:
Sets the value of the flip parameter on the adaptive instance.
Sets the value of the flip parameter on the adaptive instance.
Parameters
Parameter | Type | Description |
---|---|---|
famInst | FamilyInstance | The FamilyInstance |
flip | Boolean | The flip flag |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The FamilyInstance famInst is not an Adaptive Family Instance. -or- The FamilyInstance famInst does not have an Adaptive Family Symbol. -or- The FamilyInstance famInst cannot be flipped or unflipped. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This operation failed. |