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


IGeoReference.GetOutputName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.GetOutputName Method
ArcGIS Developer Help

IGeoReference.GetOutputName Method

Returns output name.

[Visual Basic .NET]
Public Function GetOutputName ( _
    ByVal Filter As Object, _
    ByVal Name As String _
) As String
[C#]
public string GetOutputName (
    object Filter,
    string Name
);
[C++]
HRESULT GetOutputName(
  LPUNKNOWN Filter,
  BSTR Name
);
[C++]
Parameters
Filter [in]

Filter is a parameter of type IUnknown Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IGeoReference Interface