AGI STK Esri Display 11 Send comments on this topic.
SetUseSymbolSize Method (IAgEsri3dSymbolHelper)
See Also 
UseSymbolSize
If true, the size of the generated bitmap will be the size specified by the symbol.
If false, the dimensions of the generated bitmap will be  made power of 2 (for creating OpenGL textures).
Windows






Windows & Linux

Description

Use the exact symbol size, do not make the bitmap dimensions power of two.

Syntax

[Visual Basic .NET]
Public Sub SetUseSymbolSize( _
   ByVal UseSymbolSize As Boolean _
) 

[C#]
public void SetUseSymbolSize(
bool UseSymbolSize
);

[Managed C++]
public: void SetUseSymbolSize(
bool UseSymbolSize
);

[Java]
public  setUseSymbolSize(
bool UseSymbolSize
);

[Unmanaged C++]
public: HRESULT SetUseSymbolSize(
VARIANT_BOOL UseSymbolSize
);

Parameters

UseSymbolSize
If true, the size of the generated bitmap will be the size specified by the symbol.
If false, the dimensions of the generated bitmap will be  made power of 2 (for creating OpenGL textures).

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface