Share

AcAxPutPlotStyleName

C++

HRESULT AXAUTOEXP AcAxPutPlotStyleName(
    AcAxObjectRef& objRef, 
    BSTR plotStyleName
);

File

axboiler.h

Description

Sets the plot style name for the specified object.

This function supports only database resident objects and returns an error if invoked on a non-database-resident object. Otherwise, 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 plot style name
plotStyleName Input plot style name

Was this information helpful?