C++
bool hasOverrides( const AcDbObjectId& viewportId ) const;
Description
Returns true if this layer has one or more property overrides that are associated with the viewport whose object id is passed in to the method.
Parameters
Parameters | Description |
---|---|
viewportId | The object id of the viewport. |