Click or drag to resize

DocumentWindowSelectObjects 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 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)
 

Implements

IDocumentWindowSelectObjects(ICollectionObject, Boolean, Boolean, Boolean)
See Also