FormRehost(SketchPlane, XYZ) Method |
Rehost Form to sketch plane
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void Rehost(
SketchPlane sketchPlane,
XYZ location
)
Public Sub Rehost (
sketchPlane As SketchPlane,
location As XYZ
)
public:
void Rehost(
SketchPlane^ sketchPlane,
XYZ^ location
)
member Rehost :
sketchPlane : SketchPlane *
location : XYZ -> unit
Parameters
- sketchPlane SketchPlane
- The sketch plane on which to rehost the form.
- location XYZ
- The location to which to Rehost the form.
Exceptions
See Also