This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLabel Interface > IGridLabel.EditObject Property (ArcObjects .NET 10.4 SDK) |
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