GetLightSourceExtProperty Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::GetLightSourceExtProperty.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLightSourceExtProperty( _
ByVal ID As Integer, _
ByVal PropertyId As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
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
-
- PropertyId
-
See Also