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