AGI STK Graphics 11Send comments on this topic.
Lighting Property (IAgStkGraphicsVectorPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or Sets whether the primitive is lit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Lighting() As Boolean
[C#]
public bool Lighting {get; set;}
[Managed C++]
public: __property bool get_Lighting();
public: __property void set_Lighting(
   bool
);
[Unmanaged C++]
public: HRESULT get_Lighting(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_Lighting(
   VARIANT_BOOL NewLighting
);
[Java]
public bool getLighting();public void setLighting(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.