Click or drag to resize

DocumentGetShapeByID Method

Acquires the figure with the specified record 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 Shape GetShapeByID(
	IntPtr id
)

Parameters

id
Type: SystemIntPtr
ID of the figure to be acquired

Return Value

Type: Shape
Shape representing the geometry of the specified ID.
See Also