Im using the following code to select all text on a specific layer on my drawing:
Dim tvs() As TypedValue = New TypedValue() {New TypedValue(CType(DxfCode.Operator, Integer), "New TypedValue(CType(DxfCode.Start, Integer), "TEXT"), _
New TypedValue(CType(DxfCode.LayerName, Integer), "SettingOut"), _
New TypedValue(CType(DxfCode.Operator, Integer), "and>")}
Is there a way to say only select text that starts with the letter "A"?