2027 Method
Changes 0
M

AdaptiveComponentInstanceUtils.SetInstanceFlipped

Description:
Sets the value of the flip parameter on the adaptive instance.
public static void SetInstanceFlipped(
	FamilyInstance famInst,
	bool flip
)
  • famInst
    The FamilyInstance
  • Boolean
    flip
    The 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.