Share

AcDbLayerTableRecord::plotStyleNameId

C++

AcDbObjectId plotStyleNameId(
    const AcDbObjectId& viewportId, 
    bool& isOverride
) const;

Description

This function returns the layer global plot style object id, or the override plot style object id if an override exists for the supplied viewport. In addition, isOverride carries the override state.

A NULL viewport object id may be passed in; the global layer plot style name object id will be returned.

Parameters

Parameters Description
viewportId Input the object id of the viewport.
isOverride Input reference to a Boolean out-parameter. It will be set to true if a plot style override exists for the viewport, false otherwise.

Links

AcDbLayerTableRecord

Was this information helpful?