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
)
Public Sub New (
key As String,
prompt As String,
defaultValue As String
)
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