This document is archived and information here might be outdated.  Recommended version.


IScaleFormat.LoadFromRegistry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.LoadFromRegistry Method
ArcGIS Developer Help

IScaleFormat.LoadFromRegistry Method

Obtain the scale format to the system default.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScaleFormat Interface