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


ISpatialReferenceAuthority.Define Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReferenceAuthority.Define Method

Defines the authority-related metadata properties for this spatial reference object.

[Visual Basic .NET]
Public Sub Define ( _
    ByVal AuthorityName As String, _
    ByVal authorityCode As Integer, _
    ByVal authorityVersion As String _
)
[C#]
public void Define (
    string AuthorityName,
    int authorityCode,
    string authorityVersion
);
[C++]
HRESULT Define(
  BSTR AuthorityName,
  long authorityCode,
  BSTR authorityVersion
);
[C++]

Parameters AuthorityName AuthorityName is a parameter of type BSTR authorityCode authorityCode is a parameter of type long authorityVersion authorityVersion is a parameter of type BSTR

Product Availability

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

See Also

ISpatialReferenceAuthority Interface