RVTDocs.com

AdaptiveComponentInstanceUtils.IsInstanceFlipped

Method
Description:
Gets the value of the flip parameter on the adaptive instance.
Syntax
public static bool IsInstanceFlipped(
	FamilyInstance famInst
)
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