Click or drag to resize

DocumentInstanceSave 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 bool Save(
	string saveAsFileName = null,
	bool setModifiedFlag = true
)

Parameters

saveAsFileName (Optional)
Type: SystemString
setModifiedFlag (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also