Gets or sets the options to use to filter the search for this find and replace annotation operation.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property options As System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IFindReplaceAnnotations
Dim value As System.Integer
 
instance.options = value
 
value = instance.options | 
| C# |  | 
|---|
| System.int options {get; set;} | 
| C++/CLI |  | 
|---|
| property System.int options {
   System.int get();
   void set ( &   System.int value);
} | 
Property Value
Options as described by 
gtFraOptionType_eSee Also
 
            Availability
SOLIDWORKS Utilities API 2008 FCS