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


IUsageModeInfo.Option Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IU > IUsageModeInfo Interface > IUsageModeInfo.Option Property
ArcGIS Developer Help

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