This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentEndText Structure (ArcObjects .NET 10.5 SDK) |
GDI Comment structure used to end of BeginText call.
[Visual Basic .NET] Public Sub New ( _ dSignature As Integer, nVersion As Integer )
[C#] public esriGDICommentEndText { uint dSignature, uint nVersion )
[C++]
typedef struct esriGDICommentEndText {
Unsigned long dSignature;
Unsigned long nVersion; } esriGDICommentEndText;