property — creates a property for an assembly.
(property domain attrname propid propname type rw dflt_value
[dflt_conf])
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 instance
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.
A message indicating success or error. Please refer to Return Syntax for details.
This command creates a property. For more information and an example, please refer to Section 21.4.2, “Assemblies, Subassemblies, Attributes, and Properties”.