|  Exporter  | 
 Obtains the unscaled transform from an IfcLocalPlacement handle. 
 Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
 Syntax
 Syntax  public static Transform GetUnscaledTransform(
	ExporterIFC exporterIFC,
	IFCAnyHandle placement
)Parameters
- exporterIFC ExporterIFC
- The exporter.
- placement IFCAnyHandle
- The placement handle.
Return Value
TransformThe transform.
 Exceptions
 Exceptions  | Exception | Condition | 
|---|---|
| ArgumentNullException | A non-optional argument was null | 
 See Also
 See Also