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)
Syntaxpublic abstract Shape GetShapeByID(
IntPtr id
)
Public MustOverride Function GetShapeByID (
id As IntPtr
) As Shape
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