DocumentCollectionAdd メソッド (String) |
テンプレートファイルを指定して新規図面を追加します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract Document Add(
string fileName
)
Public MustOverride Function Add (
fileName As String
) As Document
パラメーター
- fileName
- 型: SystemString
テンプレートファイルのファイル名。指定された文字列が null または空の文字列 ("") の場合はオプションで設定されているテンプレートファイルを使用します。
戻り値
型:
Document追加した図面を表す
Document。
関連項目