Click or drag to resize

SpecifyParametersFormPropertyImpl Constructor

Initializes a new instance of the SpecifyParametersFormPropertyImpl class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PropertyImpl(
	SpecifyParametersForm owner,
	string name,
	MetadataTypeInfo type,
	IList<Attribute> attributes,
	string category,
	Object value
)

Parameters

owner  SpecifyParametersForm
 
name  String
 
type  MetadataTypeInfo
 
attributes  IListAttribute
 
category  String
 
value  Object
 
See Also