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.