ShapeMultiListParameterItemSelectShape Method |
Select a 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 SelectShape(
Point2d point
)
Public MustOverride Sub SelectShape (
point As Point2d
)
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
Represents the pick point when picking a shape Point2d.
See Also