This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.GetParameter Method (ArcObjects .NET 10.4 SDK) |
Gets a named parameter.
[Visual Basic .NET] Public Function GetParameter ( _ ByVal Name As String _ ) As Object
[C#] public object GetParameter ( string Name );
[C++]
HRESULT GetParameter(
BSTR Name,
VARIANT* pValue
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR pValue [out, retval] pValue is a parameter of type VARIANT