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


IConditionalActionConfigure.ReadOnly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionConfigure Interface > IConditionalActionConfigure.ReadOnly Property
ArcGIS Developer Help

IConditionalActionConfigure.ReadOnly Property

Indicates if the action properties are read-only.

[Visual Basic .NET]
Public Property ReadOnly As Boolean
[C#]
public bool ReadOnly {get; set;}
[C++]
HRESULT get_ReadOnly(
void
);
[C++]
HRESULT put_ReadOnly(
);

Product Availability

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

See Also

IConditionalActionConfigure Interface