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


ICadastralExtension.GetRevision Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralExtension Interface > ICadastralExtension.GetRevision Method
ArcGIS Developer Help

ICadastralExtension.GetRevision Method

Extension Revision number and Name.

[Visual Basic .NET]
Public Sub GetRevision ( _
    ByRef dRevision As Double, _
    ByRef pName As String _
)
[C#]
public void GetRevision (
    ref double dRevision,
    ref string pName
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralExtension Interface