SetPointLightProperties Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SetPointLightProperties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPointLightProperties( _
ByVal Name As String, _
ByVal Ambient As Double, _
ByVal Diffuse As Double, _
ByVal Specular As Double, _
ByVal Colour As Integer, _
ByVal Enabled As Boolean, _
ByVal Fixed As Boolean, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Name As String
Dim Ambient As Double
Dim Diffuse As Double
Dim Specular As Double
Dim Colour As Integer
Dim Enabled As Boolean
Dim Fixed As Boolean
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim value As Boolean
value = instance.SetPointLightProperties(Name, Ambient, Diffuse, Specular, Colour, Enabled, Fixed, X, Y, Z)
|
Parameters
- Name
-
- Ambient
-
- Diffuse
-
- Specular
-
- Colour
-
- Enabled
-
- Fixed
-
- X
-
- Y
-
- Z
-
See Also