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


IMaplexPlacedLabel.ObjectType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.ObjectType Property
ArcGIS Developer Help

IMaplexPlacedLabel.ObjectType Property

Type of the placed object.

[Visual Basic .NET]
Public Property ObjectType As esriPlacedObjectType
[C#]
public esriPlacedObjectType ObjectType {get; set;}
[C++]
HRESULT get_ObjectType(
  esriPlacedObjectType* type
);
[C++]
HRESULT put_ObjectType(
  esriPlacedObjectType type
);
[C++]
Parameters
type [out, retval]

type is a parameter of type esriPlacedObjectType* type [in]
type is a parameter of type esriPlacedObjectType

Product Availability

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

See Also

IMaplexPlacedLabel Interface