Click or drag to resize

AddToResourcesWindowAttribute Constructor

Initializes a new instance of the AddToResourcesWindowAttribute class

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public AddToResourcesWindowAttribute(
	string path,
	double sortOrder = 0,
	bool disabled = false
)

Parameters

path
Type: SystemString
sortOrder (Optional)
Type: SystemDouble
disabled (Optional)
Type: SystemBoolean
See Also