IOdaHostAppBrowseForOpenFileName Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void BrowseForOpenFileName(
string rootFolder,
string fileFilter,
ref bool bOk,
ref string FileName
)
Sub BrowseForOpenFileName (
rootFolder As String,
fileFilter As String,
ByRef bOk As Boolean,
ByRef FileName As String
)
void BrowseForOpenFileName(
String^ rootFolder,
String^ fileFilter,
bool% bOk,
String^% FileName
)
abstract BrowseForOpenFileName :
rootFolder : string *
fileFilter : string *
bOk : bool byref *
FileName : string byref -> unit
Parameters
- rootFolder
- Type: SystemString
- fileFilter
- Type: SystemString
- bOk
- Type: SystemBoolean
- FileName
- Type: SystemString
See Also