IFCUserDefinedPropertySetGetProperties Method

Returns the collection of properties in the property set.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<IFCUserDefinedProperty> GetProperties()

Return Value

IListIFCUserDefinedProperty
The collection of properties in the property set.
See Also