Click or drag to resize

ShapeCollectionAddPointMarker Method

Add a point mark.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract PointMarkerShape AddPointMarker(
	Point2d point
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
Represents the coordinates of the placement point Point2d

Return Value

Type: PointMarkerShape
Represents a point mark shape PointMarkerShape
See Also