Share

AcTcStockTool::GetComClassID

C++

BOOL GetComClassID(
    CLSID& clsid
) const;

Description

Returns the class ID of the COM class that implements the stock tool by implementing the IAcadStockTool interface. This class ID can be used to create the COM object and get the IAcadStockTool interface.

If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.

Parameters

Parameters Description
clsid Output referrence to the class ID of the COM class of the stock tool

Links

AcTcStockTool

Was this information helpful?