PropertyCollection Class |
Namespace: Aspose.ThreeD
The PropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the count of declared properties.
|
![]() | ItemInt32 |
Gets the property by index.
|
![]() | ItemString |
Gets or sets the value of the property by property name.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveProperty(String) |
Removes a dynamic property.
|
![]() | RemoveProperty(Property) |
Removes a dynamic property.
|
![]() | ToString | (Inherited from Object.) |