Gets an array that contains the number of lines, arcs, circles, text strings, and triangles in the specified symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSymEdgeCounts( _
ByVal SymId As String _
) As Short |
Visual Basic (Usage) | |
---|
Dim instance As IEnvironment
Dim SymId As String
Dim value As Short
value = instance.IGetSymEdgeCounts(SymId)
|
C# | |
---|
short IGetSymEdgeCounts(
string SymId
) |
C++/CLI | |
---|
short IGetSymEdgeCounts(
& String^ SymId
) |
Parameters
- SymId
Name of the geometric tolerance symbol formatted as:
<LibraryName-SymbolName>
where LibraryName and SymbolName is a pre-defined SolidWorks symbol in the SolidWorks text file located in installation_dir>\lang\english\gtol.sym
NOTE: You must include the right- and left-angle brackets and separate LibraryName and SymbolName with a hyphen; for example, <MOD-DEG>.
Return Value
- in-process, unmanaged C++: Pointer to an array of shorts (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also