Gets a float, string, or integer value stored for the light source.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLightSourceExtProperty( _
ByVal ID As Integer, _
ByVal PropertyId As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim ID As Integer
Dim PropertyId As Integer
Dim value As Object
value = instance.GetLightSourceExtProperty(ID, PropertyId)
|
C# | |
---|
object GetLightSourceExtProperty(
int ID,
int PropertyId
) |
C++/CLI | |
---|
Object^ GetLightSourceExtProperty(
& int ID,
& int PropertyId
) |
Parameters
- ID
ID of the light source
- PropertyId
ID of the property extension (see Remarks)
Return Value
Value stored for the light source
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0