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


IDatumEdit.DefineEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IDatumEdit.DefineEx Method

Defines the properties of a horizontal datum.

[Visual Basic .NET]
Public Sub DefineEx ( _
    ByVal Name As String, _
    ByVal Alias As String, _
    ByVal Abbreviation As String, _
    ByVal Remarks As String, _
    ByVal Spheroid As ISpheroid _
)
[C#]
public void DefineEx (
    string Name,
    string Alias,
    string Abbreviation,
    string Remarks,
    ISpheroid Spheroid
);
[C++]
HRESULT DefineEx(
  BSTR Name,
  BSTR Alias,
  BSTR Abbreviation,
  BSTR Remarks,
  ISpheroid* Spheroid
);
[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 Spheroid
Spheroid is a parameter of type ISpheroid

Product Availability

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

See Also

IDatumEdit Interface

.NET Samples

Clonable object (Code Files: TestClass)