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


ICadastralEditorPageUpdates.SetActiveObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralEditorPageUpdates Interface > ICadastralEditorPageUpdates.SetActiveObject Method
ArcGIS Developer Help

ICadastralEditorPageUpdates.SetActiveObject Method

Add/Update GeoSurvey object.

[Visual Basic .NET]
Public Sub SetActiveObject ( _
    ByVal pGSObject As Object _
)
[C#]
public void SetActiveObject (
    object pGSObject
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Add/Update GeoSurvy Object

See Also

ICadastralEditorPageUpdates Interface