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