ArcObjects Library Reference (DataSourcesFile)  

IUsageModeInfo.Option Property

Usage mode option.

[Visual Basic .NET]
Public Function get_Option ( _
    ByVal nIndex As Integer _
) As IUsageModeOption
[C#]
public IUsageModeOption get_Option (
    int nIndex
);
[C++]
HRESULT get_Option(
  long nIndex,
  IUsageModeOption** pOption
);
[C++]

Parameters

nIndex [in]   nIndex is a parameter of type long pOption [out, retval]

  pOption is a parameter of type IUsageModeOption

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUsageModeInfo Interface