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


IMapAdmin.NonFrameBackground Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin Interface > IMapAdmin.NonFrameBackground Property
ArcGIS Developer Help

IMapAdmin.NonFrameBackground Property

The background to use when drawing to destinations other than a frame.

[Visual Basic .NET]
Public WriteOnly Property NonFrameBackground
[C#]
public void NonFrameBackground {set;}
[C++]
HRESULT putref_NonFrameBackground(
  IBackground* 
);
[C++]
Parameters
 [in]

is a parameter of type IBackground*

Product Availability

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

See Also

IMapAdmin Interface