Click or drag to resize

TextFieldsInstanceAttributeField Constructor

Block attribute definition.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public InstanceAttributeField(
	string key,
	string prompt,
	string defaultValue
)

Parameters

key
Type: SystemString
Attribute key
prompt
Type: SystemString
Prompt displayed by the UI when inserting a block
defaultValue
Type: SystemString
Default value used when inserting a block
See Also