TargetHostEdgeAndTransformGetHostEdgeTransform Method |
Gets the transform that is associated to the host edge's geometry.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic Transform GetHostEdgeTransform()
Public Function GetHostEdgeTransform As Transform
public:
Transform^ GetHostEdgeTransform()
member GetHostEdgeTransform : unit -> Transform
Return Value
Transform
Returns the transform that is associated to the host edge's geometry.
See Also