Share

AcAxPutLayer

C++

HRESULT AXAUTOEXP AcAxPutLayer(
    AcAxObjectRef& objRef, 
    BSTR layer
);

File

axboiler.h

Description

Sets 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 set the layer
layer Input layer

Was this information helpful?