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


ITemporalLegendGroup.Editable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.Editable Property
ArcGIS Developer Help

ITemporalLegendGroup.Editable Property

Indicates if the group can be edited. Default is editable.

[Visual Basic .NET]
Public Property Editable As Boolean
[C#]
public bool Editable {get; set;}
[C++]
HRESULT get_Editable(
  Boolean* Editable
);
[C++]
HRESULT put_Editable(
  VARIANT_BOOL Editable
);
[C++]
Parameters
Editable [out, retval]

Editable is a parameter of type bool* Editable [in]
Editable is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup Interface