ColorFillSchemeGetSupportedParameterIds Method |
Retrieves collection of all parameters supported by the scheme.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IList<ElementId> GetSupportedParameterIds()
Public Function GetSupportedParameterIds As IList(Of ElementId)
public:
IList<ElementId^>^ GetSupportedParameterIds()
member GetSupportedParameterIds : unit -> IList<ElementId>
Return Value
IListElementId
Remarks
Supported parameters depends on
CategoryId property.
See Also