A3DObject.RemoveProperty

RemoveProperty(Property)

Removes a dynamic property.

public bool RemoveProperty(Property property)
ParameterTypeDescription
propertyPropertyWhich property to remove

Return Value

true if the property is successfully removed

See Also


RemoveProperty(string)

Remove the specified property identified by name

public bool RemoveProperty(string property)
ParameterTypeDescription
propertyString

See Also