API Reference > imodeljs-frontend > Rendering > GraphicBranch > getViewFlags getViewFlags Method Compute the view flags that result from applying this branch's GraphicBranch.viewFlagOverrides to the input flags. getViewFlags(flags: ViewFlags, out?: ViewFlags): ViewFlags Parameter Type Description flags ViewFlags The input view flags, e.g., from the view's DisplayStyleState. out ViewFlags If supplied, these flags will be modified and returned as the result; otherwise, a new ViewFlags will be allocated and returned. Returns - ViewFlags The result of applying GraphicBranch.viewFlagOverrides to flags. Defined in core/frontend/src/render/GraphicBranch.ts Line 70 Last Updated: 11 June, 2024