Click or drag to resize

DocumentWindowSelectObjects 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 void SelectObjects(
	ICollection<Object> objects,
	bool updateForeachDocumentWindowContainers = true,
	bool updateSettingsWindowSelectObjects = true,
	bool forceUpdate = false
)

Parameters

objects
Type: System.Collections.GenericICollectionObject
updateForeachDocumentWindowContainers (Optional)
Type: SystemBoolean
updateSettingsWindowSelectObjects (Optional)
Type: SystemBoolean
forceUpdate (Optional)
Type: SystemBoolean

Implements

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