Table of Contents

Class LsStl

Namespace
Hi.Cbtr
Assembly
HiCbtr.dll

Linear Sweptable Stl.

[Obsolete]
public class LsStl : IDisposable
Inheritance
LsStl
Implements
Inherited Members
Extension Methods

Constructors

LsStl(NativeStl)

Initializes a new instance of the LsStl class.

public LsStl(NativeStl nativeStl)

Parameters

nativeStl NativeStl

The native STL to create a linear sweepable STL from.

Properties

LsStlPtr

Gets or sets the native pointer to the linear sweepable STL.

public nint LsStlPtr { get; set; }

Property Value

nint

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

Releases the unmanaged resources used by the LsStl and optionally releases the managed resources.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

~LsStl()

Finalizes an instance of the LsStl class.

protected ~LsStl()