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


ISpatialReferenceFactory4.CreateFromAreaName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory4 Interface > ISpatialReferenceFactory4.CreateFromAreaName Method
ArcGIS Developer Help

ISpatialReferenceFactory4.CreateFromAreaName Method

Creates a coordinate system from the human-readable 'area name' of the coordinate system.

[Visual Basic .NET]
Public Function CreateFromAreaName ( _
    ByVal areaName As String, _
    ByVal typeFilter As esriCoordinateSystemFilter _
) As ISpatialReferenceInfo
[C#]
public ISpatialReferenceInfo CreateFromAreaName (
    string areaName,
    esriCoordinateSystemFilter typeFilter
);
[C++]
HRESULT CreateFromAreaName(
  BSTR areaName,
  esriCoordinateSystemFilter typeFilter
);
[C++]
Parameters
areaName [in]

areaName is a parameter of type BSTR typeFilter [in]
typeFilter is a parameter of type esriCoordinateSystemFilter

Product Availability

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

See Also

ISpatialReferenceFactory4 Interface