Share

AcAxGetLayer

C++

HRESULT AXAUTOEXP AcAxGetLayer(
    AcAxObjectRef& objRef, 
    BSTR* pLayer
);

File

axboiler.h

Description

Gets the layer for the specified object.

Except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.

Parameters

Parameters Description
objRef Input object reference of object for which to get the layer
pLayer Pointer to the layer

Was this information helpful?