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


IActionEdit.ReadOnly Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IActionEdit.ReadOnly Property

Indicates whether the action is specified as read-only.

[Visual Basic .NET]
Public WriteOnly Property ReadOnly
[C#]
public void ReadOnly {set;}
[C++]
HRESULT put_ReadOnly(
  VARIANT_BOOL 
);
[C++]

Parameters [in] is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IActionEdit Interface