Click or drag to resize

DrawingCollectionGetDrawingByID Method

We will retrieve a partial figure with the specified ID.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Drawing GetDrawingByID(
	int id
)

Parameters

id
Type: SystemInt32
ID of the partial figure to be acquired

Return Value

Type: Drawing
Drawing representing a subdiagram of the specified ID.
See Also