Load optimal render settings

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Protected Sub LoadOptimalRenderSettings ( _
	sf As ShapeFile _
)
C#
protected void LoadOptimalRenderSettings(
	ShapeFile sf
)
Visual C++
protected:
void LoadOptimalRenderSettings(
	ShapeFile^ sf
)
JavaScript
function loadOptimalRenderSettings(sf);

See Also