| PropertyCollectionRemoveProperty Method (Property) |
Removes a dynamic property.
Namespace: Aspose.ThreeDAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool RemoveProperty(
Property property
)
Public Function RemoveProperty (
property As Property
) As Boolean
public:
bool RemoveProperty(
Property^ property
)
member RemoveProperty :
property : Property -> bool
Parameters
- property
- Type: Aspose.ThreeDProperty
Which property to remove
Return Value
Type:
Booleantrue if the property is successfully removed
See Also