<Code Lib>
M

IFCUserDefinedPropertySet.RemoveProperty

Description:
Removes a property from the property set.

public void RemoveProperty(
	string propertyName
)

  • String
    propertyName
    The name of the property to remove.

Loading…