2025.3 Method
Changes 0
M

ViewDrafting.Create

Description:
Creates a new ViewDrafting in the model.
public static ViewDrafting Create(
	Document document,
	ElementId viewFamilyTypeId
)
  • document
    The document in which the new drafting view will be created.
  • viewFamilyTypeId
    The id of the ViewFamilyType that should be assigned to the new drafting view.
Return Value ViewDrafting The newly created drafting view.