Shows results probe annotations for the specified nodes or elements.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResultsProbeManager
Dim SSelectedNodesOrElems As System.String
Dim ArrayAnnotationWarnings As System.Object
Dim value As System.Integer
value = instance.ShowAnnotationsOnNodesOrElems(SSelectedNodesOrElems, ArrayAnnotationWarnings) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWResultsProbeManager~ShowAnnotationsOnNodesOrElems.html# | |
---|
System.int ShowAnnotationsOnNodesOrElems(
System.string SSelectedNodesOrElems,
out System.object ArrayAnnotationWarnings
) |
Parameters
- SSelectedNodesOrElems
- Comma-delimited string of nodes or elements, e.g., "1,25,30-35"
- ArrayAnnotationWarnings
- Array of warnings for specified nodes or elements as defined in swsProbePostResultNodeElementSelectionWarning_e
Return Value
0 if successful; otherwise error code as defined in
swsProbePostResultErrorCode_e
See Also
Availability
SOLIDWORKS Simulation API 2017 SP3