ArcObjects Library Reference (CadastralUI)  

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