Skip to main content

IEditorPage.CurrentOutputCategory property

Namespace: NextDesign.Desktop

Description

[Obsolete]
Output's current category in the info pane

string CurrentOutputCategory { get; set; }

type

  • string

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf a value that does not exist in the "output" category is specified

Annotations

About API specification change and migration method in Ver.1.1

From Ver.1.1, this property has been moved to IWorkspaceWindow. This property will be removed in a future version.
If you are using this API, please update the corresponding part in the extension to use IWorkspaceWindow.CurrentOutputCategory along with the version upgrade to Ver.1.1 or later.