IFCUserDefinedPropertySetGetProperties Method |
Returns the collection of properties in the property set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<IFCUserDefinedProperty> GetProperties()
Public Function GetProperties As IList(Of IFCUserDefinedProperty)
public:
IList<IFCUserDefinedProperty^>^ GetProperties()
member GetProperties : unit -> IList<IFCUserDefinedProperty>
Return Value
IListIFCUserDefinedProperty
The collection of properties in the property set.
See Also