PropertyCollection

PropertyCollection — Aspose.3D FOSS TypeScript API Reference

PropertyCollection — PropertyCollection class in the Aspose.3D FOSS TypeScript API..

Package: aspose.threed


Methods

MethodReturnsDescription
count()number
findProperty(propertyName: string)`Propertynull`
get(property: string)any
`removeProperty(property: stringProperty)`boolean
getItem(key: number)Property
length()number
[Symbol.iterator]()Iterator<Property>
toString()string

See Also