MarshalerCopyToUnmanagedFullSubentityPath
Method
|
Creates and returns a copy of conversion from
unmanaged path to managed subentity path.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public static void CopyToUnmanagedFullSubentityPath(
FullSubentityPath path,
IntPtr newPath
)
Public Shared Sub CopyToUnmanagedFullSubentityPath (
path As FullSubentityPath,
newPath As IntPtr
)
public:
static void CopyToUnmanagedFullSubentityPath(
FullSubentityPath path,
IntPtr newPath
)
static member CopyToUnmanagedFullSubentityPath :
path : FullSubentityPath *
newPath : IntPtr -> unit
Parameters
- path FullSubentityPath
- [in] Managed path to copy.
- newPath IntPtr
- [out] Receives a copy of the path.
See Also