AdaptiveComponentInstanceUtils.SetInstanceFlipped
Description:
Sets the value of the flip parameter on the adaptive instance.
Sets the value of the flip parameter on the adaptive instance.
public static void SetInstanceFlipped(
FamilyInstance famInst,
bool flip
)
-
famInstThe FamilyInstance
-
BooleanflipThe flip flag
-
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.
-
A non-optional argument was null
-
This operation failed.