DrawingCollectionAddPart Method |
We will add a new partial figure.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Part AddPart(
string name
)
Public MustOverride Function AddPart (
name As String
) As Part
Parameters
- name
- Type: SystemString
Name of the subdiagram to add
Return Value
Type:
Part Part representing the added subdivision.
See Also