Gets the name of a light source used internally by the SolidWorks application.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLightSourceName( _
ByVal ID As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim ID As Integer
Dim value As String
value = instance.GetLightSourceName(ID)
|
C# | |
---|
string GetLightSourceName(
int ID
) |
C++/CLI | |
---|
String^ GetLightSourceName(
& int ID
) |
Parameters
- ID
- ID of light source
Return Value
Name of the light source
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0