Share

AcRxCategory::AcRxCategory Constructor

C++

ACBASE_PORT AcRxCategory(
    const ACHAR* name, 
    AcRxCategory* pOwner
);

Description

Constructor

Parameters

Parameters Description
name The name of the category.
pOwner A pointer to the owning category, must be non-NULL.

Remarks

Child category lifetimes are determined by the lifetime of their owner. When a category is freed all of its children are also freed.

Links

AcRxCategory Class

Was this information helpful?