QuadReactorregisterQuadReactor Method
|
Registers a Quad reactor. Reactor is added to
the internal list, but caller owns the memory. Function returns
false if another reactor has same GUID (the reactor will not get
added in that case).
Namespace: Bricscad.Quad
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static bool registerQuadReactor(
QuadReactor quadReactor
)
Public Shared Function registerQuadReactor (
quadReactor As QuadReactor
) As Boolean
public:
static bool registerQuadReactor(
QuadReactor^ quadReactor
)
static member registerQuadReactor :
quadReactor : QuadReactor -> bool
Parameters
- quadReactor
- Type: Bricscad.QuadQuadReactor
Return Value
Type:
Boolean
See Also