ArcObjects Library Reference (DefenseSolutions)  

ITacticalLuminen.StatefulRenderOptions Property

The current stateful rendering options.

[Visual Basic .NET]
Public Property StatefulRenderOptions As IStatefulRenderOptions
[C#]
public IStatefulRenderOptions StatefulRenderOptions {get; set;}
[C++]
HRESULT get_StatefulRenderOptions(
  IStatefulRenderOptions** pVal
);
[C++]
HRESULT put_StatefulRenderOptions(
  IStatefulRenderOptions* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type IStatefulRenderOptions

pVal [in]

  pVal is a parameter of type IStatefulRenderOptions

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalLuminen Interface