This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.Editable Property (ArcObjects .NET 10.5 SDK) |
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