ColorFillSchemeGetSupportedParameterIds Method

Retrieves collection of all parameters supported by the scheme.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ElementId> GetSupportedParameterIds()

Return Value

IListElementId
Remarks
Supported parameters depends on CategoryId property.
See Also