_IOdaHostAppEventsGetPassword Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void GetPassword(
string FileName,
out string Value
)
Sub GetPassword (
FileName As String,
<OutAttribute> ByRef Value As String
)
void GetPassword(
[InAttribute] String^ FileName,
[OutAttribute] String^% Value
)
abstract GetPassword :
FileName : string *
Value : string byref -> unit
Parameters
- FileName
- Type: SystemString
- Value
- Type: SystemString
See Also