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


IGridLabel2.EditObject Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLabel2 Interface > IGridLabel2.EditObject Property
ArcGIS Developer Help

IGridLabel2.EditObject Property

The interface to an object that can be edited with a property sheet. The object is either the grid label itself or a single editable property.

[Visual Basic .NET]
Public Property EditObject As Object
[C#]
public object EditObject {get; set;}
[C++]
HRESULT get_EditObject(
  IUnknown Pointer* ppObject
);
[C++]
HRESULT put_EditObject(
  LPUNKNOWN ppObject
);
[C++]
Parameters
ppObject [out, retval]

ppObject is a parameter of type IUnknown* ppObject [in]
ppObject is a parameter of type IUnknown

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGridLabel2 Interface