Gets or sets the type of annotations to find.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AnnotationFilter As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IFindReplaceAnnotations
Dim value As Integer
instance.AnnotationFilter = value
value = instance.AnnotationFilter
|
C# | |
---|
int AnnotationFilter {get; set;} |
C++/CLI | |
---|
property int AnnotationFilter {
int get();
void set (int value);
} |
Return Value
Type of annotations to find as defined by
gtFraFilterType_e
Example
See Also
Availability
SolidWorks Utilities API 2008 FCS