DocumentCollectionAppContextOpenDocument
Method
|
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
25.1.5.0
Syntax
public void AppContextOpenDocument(
string fileName
)
Public Sub AppContextOpenDocument (
fileName As String
)
public:
void AppContextOpenDocument(
String^ fileName
)
member AppContextOpenDocument :
fileName : string -> unit
Parameters
- fileName String
-
See Also