ArcObjects Library Reference (Geometry)  

IPrimeMeridianEdit.DefineEx Method

Defines the properties of the prime meridian.

[Visual Basic .NET]
Public Sub DefineEx ( _
    ByVal Name As String, _
    ByVal Alias As String, _
    ByVal Abbreviation As String, _
    ByVal Remarks As String, _
    ByRef Longitude As Double _
)
[C#]
public void DefineEx (
    string Name,
    string Alias,
    string Abbreviation,
    string Remarks,
    ref double Longitude
);
[C++]
HRESULT DefineEx(
  BSTR Name,
  BSTR Alias,
  BSTR Abbreviation,
  BSTR Remarks,
  double* Longitude
);
[C++]

Parameters

Name   Name is a parameter of type BSTR Alias   Alias is a parameter of type BSTR Abbreviation   Abbreviation is a parameter of type BSTR Remarks   Remarks is a parameter of type BSTR Longitude   Longitude is a parameter of type double

Product Availability

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

See Also

IPrimeMeridianEdit Interface