GetPointLightProperties Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::GetPointLightProperties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPointLightProperties( _
ByVal Name As System.String, _
ByRef Ambient As System.Double, _
ByRef Diffuse As System.Double, _
ByRef Specular As System.Double, _
ByRef Colour As System.Integer, _
ByRef Enabled As System.Boolean, _
ByRef Fixed As System.Boolean, _
ByRef X As System.Double, _
ByRef Y As System.Double, _
ByRef Z As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Name As System.String
Dim Ambient As System.Double
Dim Diffuse As System.Double
Dim Specular As System.Double
Dim Colour As System.Integer
Dim Enabled As System.Boolean
Dim Fixed As System.Boolean
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Boolean
value = instance.GetPointLightProperties(Name, Ambient, Diffuse, Specular, Colour, Enabled, Fixed, X, Y, Z) |
C# | |
---|
System.bool GetPointLightProperties(
System.string Name,
ref System.double Ambient,
ref System.double Diffuse,
ref System.double Specular,
ref System.int Colour,
ref System.bool Enabled,
ref System.bool Fixed,
ref System.double X,
ref System.double Y,
ref System.double Z
) |
C++/CLI | |
---|
System.bool GetPointLightProperties(
& System.String^ Name,
& System.double% Ambient,
& System.double% Diffuse,
& System.double% Specular,
& System.int% Colour,
& System.bool% Enabled,
& System.bool% Fixed,
& System.double% X,
& System.double% Y,
& System.double% Z
) |
Parameters
- Name
-
- Ambient
-
- Diffuse
-
- Specular
-
- Colour
-
- Enabled
-
- Fixed
-
- X
-
- Y
-
- Z
-
See Also