remove_property method
remove_property(self, property)
Removes a dynamic property.
Returns
true if the property is successfully removed
def remove_property(self, property):
    ...
| Parameter | Type | Description | 
|---|---|---|
| property | aspose.threed.Property | Which property to remove | 
remove_property(self, property)
Remove the specified property identified by name
Returns
true if the property is successfully removed
def remove_property(self, property):
    ...
| Parameter | Type | Description | 
|---|---|---|
| property | System.String | Which property to remove | 
See Also
- module aspose.threed.entities
- class Patch