Form.Rehost(SketchPlane, XYZ)
Method
Description:
Rehost Form to sketch plane
Rehost Form to sketch plane
Parameters
Parameter | Type | Description |
---|---|---|
sketchPlane | SketchPlane | The sketch plane on which to rehost the form. |
location | XYZ | The location to which to Rehost the form. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the sketchPlane or location is. |
InvalidOperationException | Thrown when rehosting Form failed. |