DrawingCollectionAddPaper Method |
Add a new form.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract Paper AddPaper(
string name
)
Public MustOverride Function AddPaper (
name As String
) As Paper
Parameters
- name
- Type: SystemString
Name of paper to add
Return Value
Type:
Paper Paper representing the added form.
See Also