ArcObjects Library Reference (Carto)  

IGridLabel.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(
  LPUNKNOWN* ppObject
);
[C++]
HRESULT put_EditObject(
  LPUNKNOWN ppObject
);
[C++]

Parameters

ppObject [out, retval]   ppObject is a parameter of type LPUNKNOWN ppObject [in]   ppObject is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGridLabel Interface