Gets the rendering method used to render the
mesh.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property RenderingMethod() As AgEStkGraphicsSurfaceMeshRenderingMethod
|
| [C#] |
|---|
public AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod {get;}
|
| [Managed C++] |
|---|
public: __property AgEStkGraphicsSurfaceMeshRenderingMethod get_RenderingMethod();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RenderingMethod(
|
| [Java] |
|---|
public AgEStkGraphicsSurfaceMeshRenderingMethod getRenderingMethod();
|