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


IGeodeticProjection.Parameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodeticProjection Interface > IGeodeticProjection.Parameters Property
ArcGIS Developer Help

IGeodeticProjection.Parameters Property

SafeArray of doubles: raw parameter list.

[Visual Basic .NET]
Public Property Parameters As Object
[C#]
public object Parameters {get; set;}
[C++]
HRESULT get_Parameters(
  Variant* pVal
);
[C++]
HRESULT put_Parameters(
  VARIANT pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type VARIANT* pVal [in]
pVal is a parameter of type VARIANT

Product Availability

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

See Also

IGeodeticProjection Interface