Click or drag to resize

SpecifyParametersFormAddProperty 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 SpecifyParametersFormPropertyImpl AddProperty(
	string name,
	string category,
	Object value,
	IList<Attribute> attributes = null
)

Parameters

name
Type: SystemString
category
Type: SystemString
value
Type: SystemObject
attributes (Optional)
Type: System.Collections.GenericIListAttribute

Return Value

Type: SpecifyParametersFormPropertyImpl
See Also