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.

Description

This command creates a property. For more information and an example, please refer to Section 17.4.2, “Assemblies, Subassemblies, Attributes, and Properties”.