C# Class Revit.SDK.Samples.ViewFilters.CS.RuleCriteraNames

This class define constant strings to map rule criteria
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
Criterions ( StorageType paramType ) : ICollection

Get all supported criteria(in string) according to StorageType of parameter

Private Methods

Method Description
RuleCriteraNames ( ) : System

Hide ctor, this class defines only static members, no need to be created

Method Details

Criterions() public static method

Get all supported criteria(in string) according to StorageType of parameter
public static Criterions ( StorageType paramType ) : ICollection
paramType StorageType Parameter type.
return ICollection