StartingViewSettings.GetStartingViewSettings
Method
Description:
Returns the starting view settings for the specified document.
Returns the starting view settings for the specified document.
Parameters
Parameter | Type | Description |
---|---|---|
doc | Document | The document to get the settings from, which must be a project document. |
Return Value
Type | Description |
---|---|
StartingViewSettings | The starting view settings for the document. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | doc is not a project document. |
ArgumentNullException | A non-optional argument was null |