STK Graphics PrimitivesSend comments on this topic.
InitializeWithSetHintAndRenderingMethod Method (IAgStkGraphicsSurfaceMeshPrimitiveFactory)
See Also
SetHint
RenderingMethod
The method used to render the primitive.
Windows






Windows & Linux

Description

Initializes a surface mesh primitive with the specified setHint and renderingMethod.

Syntax

[Visual Basic .NET]
Public Function InitializeWithSetHintAndRenderingMethod( _
    ByVal SetHint As AgEStkGraphicsSetHint, _
    ByVal RenderingMethod As AgEStkGraphicsSurfaceMeshRenderingMethod _
) As 
[Unmanaged C++]
public: HRESULT InitializeWithSetHintAndRenderingMethod(
    AgEStkGraphicsSetHint SetHint,
    AgEStkGraphicsSurfaceMeshRenderingMethod RenderingMethod,
    IAgStkGraphicsSurfaceMeshPrimitive ** ppRetVal
);

Parameters

SetHint
RenderingMethod
The method used to render the primitive.

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.