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