CurveBoundaryCreate Method
|
Creates a CurveBoundary instance from the
unmanaged object pointed by the specified pointer.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public static CurveBoundary Create(
NativeObjectBase* unmanagedPointer
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
static CurveBoundary^ Create(
NativeObjectBase* unmanagedPointer
)
F# does not support APIs that consume or return unsafe types.
Parameters
- unmanagedPointer NativeObjectBase*
- [in] Unmanaged pointer to the object from which this object is
created.
Return Value
CurveBoundary
Created CurveBoundary instance.
See Also