Share

ExporterIFC.GetFamilyInstanceAssemblyOffset Method

Obtains Translation to adjust Family Instance within an Assembly, based on Family Symbol origin change.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public XYZ GetFamilyInstanceAssemblyOffset(
	FamilyInstance familyInstance
)

Parameters

familyInstance  FamilyInstance
The family instance.

Return Value

XYZ
Translation for Family Instance.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?