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


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

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