Share

AcAxGetPlotStyleName

C++

HRESULT AXAUTOEXP AcAxGetPlotStyleName(
    AcAxObjectRef& objRef, 
    BSTR* plotStyleName
);

File

axboiler.h

Description

Gets 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 Pointer to plot style name

Was this information helpful?