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.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceMeshPrimitive InitializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceMeshPrimitive^ InitializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsSurfaceMeshPrimitive initializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
| [Python - STK API] |
|---|
def InitializeWithSetHint(self, SetHint:"AgEStkGraphicsSetHint") -> "IAgStkGraphicsSurfaceMeshPrimitive": |
- SetHint





