Gets the string to display for the specified location on the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DisplayString( _
ByVal Value As Double _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwColorContour1
Dim Value As Double
Dim value As String
value = instance.DisplayString(Value)
|
C# | |
---|
string DisplayString(
double Value
) |
C++/CLI | |
---|
String^ DisplayString(
& double Value
) |
Parameters
- Value
- Value that is associated with a location on the model (see Remarks)
Return Value
String to display for the specified Value
Example
Remarks
See Also
Availability
SolidWorks 2010 SP05, Revision Number 18.5 and SolidWorks 2011 SP01, Revision Number 19.1