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


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

ICadastralEditorPage.SetObject Method

Object for Editing.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The following Objects are set on the Cadastral Editor Page

 

SetObject(ipActiveView); Set Screen

SetObject(ipConstructionLines); Set Construction Lines (If you are not in the Construction Environment, this will be an empty EnumCELines object)

SetObject(m_ipEditParcel); Set Edit Parcel, this is the parcel that would be a template parcel for new Parcel construction.

SetObject(m_ipEditPacket); Set Extracted packet (Cadastral Edit Job)

SetObject(ipParcelEditLayer); Set Edit Layer

SetObject(static_cast<ICadastralEditor*>(this)); Set Edit Extension

See Also

ICadastralEditorPage Interface