Interface: PropertiesDataCollection
Export
PropertiesDataCollection
Properties
externalId
externalId:
string
A unique identifier of the object as defined in the source design. For example,UniqueID
in Revit files.
Memberof
PropertiesDataCollection
Defined in
aps-sdk-node/modelderivative/source/model/propertiesDataCollection.ts:32
name
name:
string
Name of the object.
Memberof
PropertiesDataCollection
Defined in
aps-sdk-node/modelderivative/source/model/propertiesDataCollection.ts:26
objectid
objectid:
number
Unique identifier of the object.
Note: The objectid
is a non-persistent ID assigned to an object when a design file is translated to SVF or SVF2. So:
- The
objectid
of an object can change if the design is translated to SVF or SVF2 again. - If you require a persistent ID to reference an object, use
externalId
.
Memberof
PropertiesDataCollection
Defined in
aps-sdk-node/modelderivative/source/model/propertiesDataCollection.ts:20
properties?
optional
properties:object
A JSON object containing dictionary objects (key value pairs), where the key is the property name and the value is the value of the property.
Index Signature
[key
: string
]: object
Memberof
PropertiesDataCollection
Defined in
aps-sdk-node/modelderivative/source/model/propertiesDataCollection.ts:38