C++
virtual void setVisualStyle( const AcDbObjectId visualStyleId ) = 0;
Description
This method sets the visual style in the current AcGsView. This method should be called after the AcGsModel has been added to the AcGsView.
Parameters
Parameters | Description |
---|---|
visualStyleId | Input valid object ID for an existing visual style |