Click or drag to resize

CanvasBasedEditorSelectObjects Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.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
See Also