Takes the desired height and compares it with the size of MOLE's primitives to return a scale factor.
[Visual Basic .NET] Public Function CalculateScale ( _ ByVal DesiredHeight As Double _ ) As Double
[C#] public double CalculateScale ( double DesiredHeight );
[C++]
HRESULT CalculateScale(
double DesiredHeight,
double* __MIDL__IFEGraphicFactory0000
);
[C++]Parameters
DesiredHeight [in] DesiredHeight is a parameter of type double __MIDL__IFEGraphicFactory0000 [out, retval] __MIDL__IFEGraphicFactory0000 is a parameter of type double
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.