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


ITemporalLegendGroup.Editable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  VARIANT_BOOL* Editable
);
[C++]
HRESULT put_Editable(
  VARIANT_BOOL Editable
);
[C++]

Parameters Editable [out, retval] Editable is a parameter of type VARIANT_BOOL Editable [in] Editable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITemporalLegendGroup Interface