ArcObjects Library Reference (DefenseSolutions)  

IFELuminen.Settings Property

The global rendering settings.

[Visual Basic .NET]
Public Property Settings As ILuminenSettings
[C#]
public ILuminenSettings Settings {get; set;}
[C++]
HRESULT get_Settings(
  ILuminenSettings** pVal
);
[C++]
HRESULT put_Settings(
  ILuminenSettings* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ILuminenSettings

pVal [in]

  pVal is a parameter of type ILuminenSettings

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFELuminen Interface