PropertyCollection

PropertyCollection — Aspose.3D FOSS Java API Reference

PropertyCollection — PropertyCollection class.. Inherits from: Iterable<Property>.

Package: com.aspose.threed


Properties

No public properties documented in source.


Methods

MethodReturnsDescription
add(Property property)void
remove(Property property)void
findProperty(String name)Property
get(String name)Object
set(String name, Object value)void
iterator()java.util.Iterator<Property>
size()int

See Also