AttributeHelper.GetVisibleAttributes Method
Public Shared Function GetVisibleAttributes( _
ByVal attributes As List(Of AttributeInfo), _
ByVal known_constraints As Dictionary(Of Long, BooleanClause) _
) As List(Of AttributeInfo)
This language is not supported or no code example is available.
public static List<AttributeInfo> GetVisibleAttributes(
List<AttributeInfo> attributes,
Dictionary<long, BooleanClause> known_constraints
)
This language is not supported or no code example is available.
public:
static List<AttributeInfo>^ GetVisibleAttributes(
List<AttributeInfo>^ attributes,
Dictionary<long, BooleanClause>^ known_constraints
)
This language is not supported or no code example is available.
Parameters
- attributes
- List<AttributeInfo>
<default>
- known_constraints
- Dictionary<long, BooleanClause>
Use null to ignore all constraints. Use a list of parsed constraints can help the speed. If speed is not important, just use an empty list.