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


esriGDICommentSetTextJustification Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

esriGDICommentSetTextJustification Structure

GDI Comment Stucture used for setting text justifictaion in line.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   dSignature As Integer,
   nVersion As Integer,
   dExtraSpacing As Integer,
   dBreakCharCount As Integer
)
[C#]
public esriGDICommentSetTextJustification {
   uint dSignature,
   uint nVersion,
   uint dExtraSpacing,
   uint dBreakCharCount
)
[C++]
typedef struct esriGDICommentSetTextJustification {
Unsigned long dSignature;
Unsigned long nVersion;
Unsigned long dExtraSpacing;
Unsigned long dBreakCharCount; } esriGDICommentSetTextJustification;

Product Availability

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