PropertyCollection.RemoveProperty
RemoveProperty(Property)
Removes a dynamic property.
public bool RemoveProperty(Property property)
Parameter | Type | Description |
---|---|---|
property | Property | Which property to remove |
Return Value
true if the property is successfully removed
See Also
- class Property
- class PropertyCollection
- namespace Aspose.ThreeD
- assembly Aspose.3D
RemoveProperty(string)
Removes a dynamic property.
public bool RemoveProperty(string property)
Parameter | Type | Description |
---|---|---|
property | String | Which property to remove |
Return Value
true if the property is successfully removed
See Also
- class PropertyCollection
- namespace Aspose.ThreeD
- assembly Aspose.3D