Click or drag to resize

DocumentGetShapeByNumber Method

Acquires the figure with the specified figure number.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Shape GetShapeByNumber(
	int number
)

Parameters

number
Type: SystemInt32
graphic number.

Return Value

Type: Shape
Shape that represents the geometry of the specified graphic number.
See Also