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 ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsSurfaceMeshPrimitive initializeWithSetHintAndRenderingMethod( AgEStkGraphicsSetHint SetHint, AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod ); |
[Python - STK API ] |
|---|
def InitializeWithSetHintAndRenderingMethod(self, SetHint:"AgEStkGraphicsSetHint", RenderingMethod:"AgEStkGraphicsSurfaceMeshRenderingMethod") -> "IAgStkGraphicsSurfaceMeshPrimitive": |
- SetHint
- RenderingMethod
- The method used to render the primitive.






