IAcSmProjectPointLocationSetPassword Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void SetPassword(
string password
)
Sub SetPassword (
password As String
)
void SetPassword(
[InAttribute] String^ password
)
abstract SetPassword :
password : string -> unit
Parameters
- password
- Type: SystemString
See Also