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