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