'Declaration Public Shared Function CreateDotCodeStructuredAppendCharacter( _
ByVal symbolPositionThe position for a symbol in the Structured Append format.As Integer, _
ByVal symbolCountThe number of symbols in the Structured Append format.As Integer _
) As StructuredAppendCharacter
public static StructuredAppendCharacter CreateDotCodeStructuredAppendCharacter(
int symbolPosition,
int symbolCount
)
public: static StructuredAppendCharacter* CreateDotCodeStructuredAppendCharacter(
int symbolPosition,
int symbolCount
)
public:
static StructuredAppendCharacter^ CreateDotCodeStructuredAppendCharacter(
int symbolPosition,
int symbolCount
)
Parameters
- symbolPosition
- The position for a symbol in the Structured Append format.
- symbolCount
- The number of symbols in the Structured Append format.
Return Value
Instance of the StructuredAppendCharacter class.