IGetSymArcs Method (IEnvironment)
Obsolete. Superseded by IEnvironment::GetSymArcs2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSymArcs( _
ByVal SymId As System.String _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IEnvironment
Dim SymId As System.String
Dim value As System.Double
value = instance.IGetSymArcs(SymId) |
C# | |
---|
System.double IGetSymArcs(
System.string SymId
) |
C++/CLI | |
---|
System.double IGetSymArcs(
& System.String^ SymId
) |
Parameters
- SymId
Name of the geometric tolerance symbol formatted as:
<LibraryName-SymbolName>
where LibraryName and SymbolName are a pre-defined SOLIDWORKS symbol in the SOLIDWORKS text file gtol.sym, typically installed at C:\ProgramData\SolidWorks\SolidWorks 20nn\lang\english.
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 doubles (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