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


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

IMaplexDictionaryEntry.Type Property

Abbreviation options for the text.

[Visual Basic .NET]
Public Property Type As esriMaplexAbbrevType
[C#]
public esriMaplexAbbrevType Type {get; set;}
[C++]
HRESULT get_Type(
  esriMaplexAbbrevType* Type
);
[C++]
HRESULT put_Type(
  esriMaplexAbbrevType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriMaplexAbbrevType* Type [in]
Type is a parameter of type esriMaplexAbbrevType

Product Availability

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

See Also

IMaplexDictionaryEntry Interface