This document is archived and information here might be outdated. Recommended version. |
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