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