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
)
Public MustOverride Function GetShapeByNumber (
number As Integer
) As Shape
Parameters
- number
- Type: SystemInt32
graphic number.
Return Value
Type:
Shape Shape that represents the geometry of the specified graphic number.
See Also