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 Integer |
Visual Basic (Usage) | |
---|
Dim instance As IFindReplaceAnnotations
Dim value As Integer
instance.options = value
value = instance.options
|
C# | |
---|
int options {get; set;} |
C++/CLI | |
---|
property int options {
int get();
void set (int value);
} |
Return Value
Options as described by
gtFraOptionType_e
Example
See Also
Availability
SolidWorks Utilities API 2008 FCS