PropertyCollection — Aspose.3D FOSS TypeScript API Reference
PropertyCollection — PropertyCollection class in the Aspose.3D FOSS TypeScript API..
Package: aspose.threed
Methods
| Method | Returns | Description |
|---|---|---|
count() | number | |
findProperty(propertyName: string) | `Property | null` |
get(property: string) | any | |
| `removeProperty(property: string | Property)` | boolean |
getItem(key: number) | Property | |
length() | number | |
[Symbol.iterator]() | Iterator<Property> | |
toString() | string |