Initializes a surface mesh primitive with the specified setHint and renderingMethod.
[Visual Basic .NET] |
---|
Public Function InitializeWithSetHintAndRenderingMethod( _ ByVal SetHint As AgEStkGraphicsSetHint, _ ByVal RenderingMethod As AgEStkGraphicsSurfaceMeshRenderingMethod _ ) As IAgStkGraphicsSurfaceMeshPrimitive |
[C#] |
---|
public IAgStkGraphicsSurfaceMeshPrimitive InitializeWithSetHintAndRenderingMethod( AgEStkGraphicsSetHint SetHint, AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod ); |
[Managed C++] |
---|
public: IAgStkGraphicsSurfaceMeshPrimitive^ InitializeWithSetHintAndRenderingMethod( AgEStkGraphicsSetHint SetHint, AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithSetHintAndRenderingMethod( AgEStkGraphicsSetHint SetHint, AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod, IAgStkGraphicsSurfaceMeshPrimitive ** ppRetVal ); |
[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.