FormRehost(Reference, XYZ) Method |
Rehost Form to edge, face or curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void Rehost(
Reference hostRef,
XYZ location
)
Public Sub Rehost (
hostRef As Reference,
location As XYZ
)
public:
void Rehost(
Reference^ hostRef,
XYZ^ location
)
member Rehost :
hostRef : Reference *
location : XYZ -> unit
Parameters
- hostRef Reference
- The geometry reference on which to rehost the form.
- location XYZ
- The location to which to Rehost the form.
Exceptions
See Also