IAcSmProjectPointLocationGetPassword Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void GetPassword(
out string password
)
Sub GetPassword (
<OutAttribute> ByRef password As String
)
void GetPassword(
[OutAttribute] String^% password
)
abstract GetPassword :
password : string byref -> unit
Parameters
- password
- Type: SystemString
See Also