Initializes a surface mesh primitive with the specified setHint and renderingMethod.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceMeshPrimitive InitializeWithSetHintAndRenderingMethod( AgEStkGraphicsSetHint SetHint, AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceMeshPrimitive^ InitializeWithSetHintAndRenderingMethod( AgEStkGraphicsSetHint SetHint, AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod ); |
| [Java] |
|---|
public IAgStkGraphicsSurfaceMeshPrimitive initializeWithSetHintAndRenderingMethod( AgEStkGraphicsSetHint SetHint, AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod ); |
| [Unmanaged C++] |
|---|
|
- SetHint
- RenderingMethod
- The method used to render the primitive.





