IFCUserDefinedPropertySetRemoveProperty Method |
Removes a property from the property set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void RemoveProperty(
string propertyName
)
Public Sub RemoveProperty (
propertyName As String
)
public:
void RemoveProperty(
String^ propertyName
)
member RemoveProperty :
propertyName : string -> unit Parameters
- propertyName String
-
The name of the property to remove.
Exceptions
See Also