Gets the number of sketch relations in the sketch based on the specified filter.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRelationsCount( _
ByVal Filter As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISketchRelationManager
Dim Filter As Integer
Dim value As Integer
value = instance.GetRelationsCount(Filter)
|
C# | |
---|
int GetRelationsCount(
int Filter
) |
C++/CLI | |
---|
int GetRelationsCount(
& int Filter
) |
Parameters
- Filter
- Sketch relation as defined in swSketchRelationFilterType_e
Return Value
Number of sketch relations
Example
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0