ArcObjects Library Reference (DefenseSolutions)  

moleMessageStringType Structure

Structure used to decode a 15 character symbol ID string.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   strCodingScheme1 As String,
   strAffiliation2 As String,
   strDimension3 As String,
   strStatus4 As String,
   strFunction5 As String,
   strModifierA11 As String,
   strModifierB12 As String,
   strCountry13 As String,
   strOOB15 As String
)
[C#]
public moleMessageStringType {
   string strCodingScheme1,
   string strAffiliation2,
   string strDimension3,
   string strStatus4,
   string strFunction5,
   string strModifierA11,
   string strModifierB12,
   string strCountry13,
   string strOOB15
)
[C++]

typedef struct moleMessageStringType {

   BSTR strCodingScheme1;

   BSTR strAffiliation2;

   BSTR strDimension3;

   BSTR strStatus4;

   BSTR strFunction5;

   BSTR strModifierA11;

   BSTR strModifierB12;

   BSTR strCountry13;

   BSTR strOOB15; } moleMessageStringType;

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.