MarshalerCopyToManagedFullSubentityPath
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 FullSubentityPath CopyToManagedFullSubentityPath(
IntPtr path
)
Public Shared Function CopyToManagedFullSubentityPath (
path As IntPtr
) As FullSubentityPath
public:
static FullSubentityPath CopyToManagedFullSubentityPath(
IntPtr path
)
static member CopyToManagedFullSubentityPath :
path : IntPtr -> FullSubentityPath
Parameters
- path IntPtr
- [in] Pointer to unmanaged path.
Return Value
FullSubentityPath
Managed FullSubentityPath object.
See Also