Click or drag to resize

HCItemColorValue Constructor

Initializes a new instance of the HCItemColorValue class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public HCItemColorValue(
	HierarchicalContainer owner,
	HierarchicalContainerItem parent,
	Object[] controlledObjects,
	MetadataProperty property,
	Object[] indexers
)

Parameters

owner
Type: NeoAxis.EditorHierarchicalContainer
parent
Type: NeoAxis.EditorHierarchicalContainerItem
controlledObjects
Type: SystemObject
property
Type: NeoAxisMetadataProperty
indexers
Type: SystemObject
See Also