DocumentCollectionAdd Method (String) |
Add a new drawing by specifying a template file.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Document Add(
string fileName
)
Public MustOverride Function Add (
fileName As String
) As Document
Parameters
- fileName
- Type: SystemString
The file name of the template file. If the specified string is null or an empty string (""), use the template file set in the options.
Return Value
Type:
Document Document representing the added drawing.
See Also