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


ICadastralExtensionManager.GSExtension Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralExtensionManager Interface > ICadastralExtensionManager.GSExtension Property
ArcGIS Developer Help

ICadastralExtensionManager.GSExtension Property

GeoSurvey Engine Extension Object.

[Visual Basic .NET]
Public ReadOnly Property GSExtension As ICadastralExtension
[C#]
public ICadastralExtension GSExtension {get;}

Product Availability

Available with ArcGIS Desktop.

Description

By accessing the geosurvey engine, you are able to access the job packet (XML stream in memory)

Remarks

Gets the GeoSurvey Engine Extension Object

See Also

ICadastralExtensionManager Interface