OdaHostAppClassBrowseForOpenFileName Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual void BrowseForOpenFileName(
string rootFolder,
string fileFilter,
ref bool bOk,
ref string FileName
)
Public Overridable Sub BrowseForOpenFileName (
rootFolder As String,
fileFilter As String,
ByRef bOk As Boolean,
ByRef FileName As String
)
public:
virtual void BrowseForOpenFileName(
String^ rootFolder,
String^ fileFilter,
bool% bOk,
String^% FileName
)
abstract BrowseForOpenFileName :
rootFolder : string *
fileFilter : string *
bOk : bool byref *
FileName : string byref -> unit
override 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
Implements
IOdaHostApp2BrowseForOpenFileName(String, String, Boolean, String)
See Also