ArcObjects Library Reference (DefenseSolutions)  

IForceElementRenderer.PreloadGraphics Method

Instructs the renderer to pre-process data in MOLE's database to build a collection of commonly used graphics.

[Visual Basic .NET]
Public Sub PreloadGraphics ( _
)
[C#]
public void PreloadGraphics (
);
[C++]
HRESULT PreloadGraphics(
void
);

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElementRenderer Interface