AGI STK Graphics 11 Send comments on this topic.
ShadeModel Property (IAgStkGraphicsTriangleMeshPrimitive)
See Also 





Description

Gets or sets the shading model for the mesh.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShadeModel() As AgEStkGraphicsRendererShadeModel

[C#]
public AgEStkGraphicsRendererShadeModel ShadeModel {get; set;}

[Managed C++]
public: __property AgEStkGraphicsRendererShadeModel get_ShadeModel();
public: __property void set_ShadeModel(
AgEStkGraphicsRendererShadeModel
);

[Unmanaged C++]
public: HRESULT get_ShadeModel(
AgEStkGraphicsRendererShadeModel * pRetVal
);
public: HRESULT put_ShadeModel(
AgEStkGraphicsRendererShadeModel NewShadeModel
);

[Java]
public AgEStkGraphicsRendererShadeModel getShadeModel();public void setShadeModel(
AgEStkGraphicsRendererShadeModel
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1