Click or drag to resize

ShapeParameterItemSetShape Method

Select the specified shape and set it as a parameter.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void SetShape(
	Shape shape,
	Layout layout,
	Point2d point
)

Parameters

shape
Type: RootPro.RootProCADShape
The shape to select.
layout
Type: RootPro.RootProCADLayout
Partial figure layout of the selected figure.
point
Type: RootPro.RootProCAD.GeometryPoint2d
Represents the pick point when picking a shape Point2d.
See Also