STK Graphics PrimitivesSend comments on this topic.
InitializeWithSetHint Method (IAgStkGraphicsSurfaceMeshPrimitiveFactory)
See Also
SetHint
Windows





Windows & Linux

Description

Initializes a surface mesh primitive with the specified setHint. This is equivalent to constructing a surface mesh with the specified setHint and a Surface Mesh Rendering Method of Automatic.

Syntax

[Visual Basic .NET]
Public Function InitializeWithSetHint( _
    ByVal SetHint As AgEStkGraphicsSetHint _
) As IAgStkGraphicsSurfaceMeshPrimitive
[Managed C++]
public: IAgStkGraphicsSurfaceMeshPrimitive^ InitializeWithSetHint(
    AgEStkGraphicsSetHint SetHint
);
[Unmanaged C++]
public: HRESULT InitializeWithSetHint(
    AgEStkGraphicsSetHint SetHint,
    IAgStkGraphicsSurfaceMeshPrimitive ** ppRetVal
);
[Python - STK API ]
def InitializeWithSetHint(self, SetHint:"AgEStkGraphicsSetHint") -> "IAgStkGraphicsSurfaceMeshPrimitive":

Parameters

SetHint

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.