Click or drag to resize

EditorAPI2OpenFileAsDocument Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static IDocumentWindow OpenFileAsDocument(
	string realFileName,
	bool canUseAlreadyOpened,
	bool select,
	bool floatingWindow = false,
	string specialMode = ""
)

Parameters

realFileName  String
 
canUseAlreadyOpened  Boolean
 
select  Boolean
 
floatingWindow  Boolean  (Optional)
 
specialMode  String  (Optional)
 

Return Value

IDocumentWindow
See Also