Click or drag to resize

SpecifyParametersFormAddProperty Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public SpecifyParametersFormPropertyImpl AddProperty(
	string name,
	string category,
	Object value,
	IList<Attribute> attributes = null
)

Parameters

name  String
 
category  String
 
value  Object
 
attributes  IListAttribute  (Optional)
 

Return Value

SpecifyParametersFormPropertyImpl
See Also