<Code Lib>
M

Viewport.Create

Description:
Creates a new Viewport at a given location on a sheet.
Remarks:
Use ScheduleInstance.Create() to add schedules to sheets.

public static Viewport Create(
	Document document,
	ElementId viewSheetId,
	ElementId viewId,
	XYZ point
)

Return Value The new Viewport. The new Viewport.

Loading…