PropertyCollectionRemoveProperty Method (Property)
Removes a dynamic property.

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool RemoveProperty(
	Property property
)

Parameters

property
Type: Aspose.ThreeDProperty
Which property to remove

Return Value

Type: Boolean
true if the property is successfully removed
See Also