ArcObjects Library Reference  (Carto)    

IMapOverposter.OverposterProperties Property

The overposter the map will use for labeling.

[Visual Basic 6.0]
Property OverposterProperties As IOverposterProperties
[Visual Basic .NET]
Public Property OverposterProperties As IOverposterProperties
[C#]
public IOverposterProperties OverposterProperties {get; set;}
[Java]
public IOverposterProperties getOverposterProperties()
throws
    IOException,
    AutomationException
[Java]
public void setOverposterPropertiesByRef(
IOverposterProperties pOverposterProperties
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_OverposterProperties(
  IOverposterProperties** OverposterProperties
);
[C++]
HRESULT putref_OverposterProperties(
  IOverposterProperties* OverposterProperties

);

[C++]

Parameters

OverposterProperties [out, retval]

  OverposterProperties is a parameter of type IOverposterProperties

OverposterProperties [in]

  OverposterProperties is a parameter of type IOverposterProperties

Product Availability

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

See Also

IMapOverposter Interface

 


Feedback Send feedback on this page