<Code Lib>
2026 Method
Changes 0
M

StartingViewSettings.GetStartingViewSettings

Description:
Returns the starting view settings for the specified document.

public static StartingViewSettings GetStartingViewSettings(
	Document doc
)

  • doc
    The document to get the settings from, which must be a project document.
Return Value StartingViewSettings The starting view settings for the document.

Loading…