property
property — creates
a property for an assembly.
Syntax
(property domain attrname propid propname type rw dflt_value [dflt_conf])
Arguments
- domain
- The
domain to which this property applies.
- attrname
- The name of the attribute to which this
property applies.
- propid
- An
ID number, or AUTO to have the DataHub assign
an ID automatically.
- propname
- A name for the property.
- type
- A type for the property.
- rw
One of:
- r for read-only.
- w for write-only.
- rw for read-write.
- dflt_value
- A default value.
- dflt_conf
- A default confidence level. If nothing is
entered, the system assumes
0.
Returns
A message indicating success or
error. Please refer to Return
Syntax for details.