API Reference > imodeljs-backend > ViewDefinitions > OrthographicViewDefinition > create create MethodStatic Create an OrthographicViewDefinition create(iModelDb: IModelDb, definitionModelId: Id64String, name: string, modelSelectorId: Id64String, categorySelectorId: Id64String, displayStyleId: Id64String, range: Range3d, standardView: StandardViewIndex = StandardViewIndex.Iso): OrthographicViewDefinition throws IModelError if there is a problem creating the view Parameter Type Description iModelDb IModelDb The iModel definitionModelId Id64String The DefinitionModel name string The name/CodeValue of the view modelSelectorId Id64String The ModelSelector that this view should use categorySelectorId Id64String The CategorySelector that this view should use displayStyleId Id64String The DisplayStyle3d that this view should use range Range3d Defines the view origin and extents standardView StandardViewIndex Optionally defines the view's rotation Returns - OrthographicViewDefinition The newly constructed OrthographicViewDefinition element Defined in core/backend/src/ViewDefinition.ts Line 704 Last Updated: 13 June, 2024