Click or drag to resize

SpecifyParametersFormAddProperty Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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