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


IMaplexOverposterLayerProperties4.ConnectionType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties4.ConnectionType Property

Indicates the options for connecting line features.

[Visual Basic .NET]
Public Property ConnectionType As esriMaplexConnectionType
[C#]
public esriMaplexConnectionType ConnectionType {get; set;}
[C++]
HRESULT get_ConnectionType(
  esriMaplexConnectionType* Type
);
[C++]
HRESULT put_ConnectionType(
  esriMaplexConnectionType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriMaplexConnectionType Type [in]
Type is a parameter of type esriMaplexConnectionType

Product Availability

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

See Also

IMaplexOverposterLayerProperties4 Interface