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


ISpatialReferenceFactory4.GetAreaNames Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReferenceFactory4.GetAreaNames Method

Returns a set of predefined coordinate system names, and optionally the coordinate systems themselves.

[Visual Basic .NET]
Public Function GetAreaNames ( _
    ByVal typeFilter As esriCoordinateSystemFilter, _
    ByVal nameFilter As String, _
    ByVal returnCategorizedNames As Boolean, _
    ByVal hydrateSR As Boolean _
) As IPropertySet
[C#]
public IPropertySet GetAreaNames (
    esriCoordinateSystemFilter typeFilter,
    string nameFilter,
    bool returnCategorizedNames,
    bool hydrateSR
);
[C++]
HRESULT GetAreaNames(
  esriCoordinateSystemFilter typeFilter,
  BSTR nameFilter,
  VARIANT_BOOL returnCategorizedNames,
  VARIANT_BOOL hydrateSR,
  IPropertySet** ppResults
);
[C++]

Parameters typeFilter [in]
typeFilter is a parameter of type esriCoordinateSystemFilter nameFilter [in] nameFilter is a parameter of type BSTR returnCategorizedNames [in] returnCategorizedNames is a parameter of type VARIANT_BOOL hydrateSR [in] hydrateSR is a parameter of type VARIANT_BOOL ppResults [out, retval]
ppResults is a parameter of type IPropertySet

Product Availability

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

See Also

ISpatialReferenceFactory4 Interface