Click or drag to resize

EditorAPI2OpenDocumentWindowForObject Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static DocumentWindow OpenDocumentWindowForObject(
	DocumentInstance document,
	Object obj
)

Parameters

document
Type: NeoAxis.EditorDocumentInstance
obj
Type: SystemObject

Return Value

Type: DocumentWindow
See Also