Gets or sets whether the appearance is an object area light or whether it has realistic falloff, or both.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ObjectAreaLight As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As Integer
instance.ObjectAreaLight = value
value = instance.ObjectAreaLight
|
C# | |
---|
int ObjectAreaLight {get; set;} |
C++/CLI | |
---|
property int ObjectAreaLight {
int get();
void set (int value);
} |
Return Value
True if the appearance has an object area light or it has realistic falloff, or both; false if it does not
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0