Click or drag to resize

IDocumentWindowSelectObjects Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void SelectObjects(
	ICollection<Object> objects,
	bool updateForeachDocumentWindowContainers = true,
	bool updateSettingsWindowSelectObjects = true,
	bool forceUpdate = false
)

Parameters

objects  ICollectionObject
 
updateForeachDocumentWindowContainers  Boolean  (Optional)
 
updateSettingsWindowSelectObjects  Boolean  (Optional)
 
forceUpdate  Boolean  (Optional)
 
See Also