A3DObject.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 A3DObject
- namespace Aspose.ThreeD
- assembly Aspose.3D
RemoveProperty(string)
Remove the specified property identified by name
public bool RemoveProperty(string property)
Parameter | Type | Description |
---|---|---|
property | String |
See Also
- class A3DObject
- namespace Aspose.ThreeD
- assembly Aspose.3D