PropertyCollection Class
The collection of properties
Inheritance Hierarchy
SystemObject
  Aspose.ThreeDPropertyCollection

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PropertyCollection : IEnumerable<Property>, 
	IEnumerable

The PropertyCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindProperty
Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveProperty(String)
Removes a dynamic property.
Public methodRemoveProperty(Property)
Removes a dynamic property.
Public methodToString (Inherited from Object.)
See Also