Creates a filter rule that determines whether strings from the document
do not begin with a certain string value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2023
Syntax
Visual Basic |
---|
Public Shared Function CreateNotBeginsWithRule ( _
parameter As ElementId, _
value As String _
) As FilterRule |
Visual C++ |
---|
public:
static FilterRule^ CreateNotBeginsWithRule(
ElementId^ parameter,
String^ value
) |
Parameters
- parameter
- Type: Autodesk.Revit.DB..::..ElementId
A string-typed parameter used to get values from the document for a given element.
- value
- Type: System..::..String
The user-supplied string value for which values from the document will be searched.
Return Value
Created filter rule object.
Exceptions
See Also