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


StrArray CoClass (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Classes > S > StrArray CoClass (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

StrArray CoClass

An object for holding a String array.

Product Availability

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

Description

A StrArray (String Array) stores an array of character strings. You can insert or remove elements from any position in the array and access any element via a zero-based index. You can also persist the array to XML.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IPersist
IPersistStream
IStringArray Provides access to members that control string arrays.
IXMLSerialize Provides access to members that XML serialize and deserialize an object to/from XML.

Remarks

StrArray objects are used by several interfaces including ISQLSyntaxInfo to define a list of database keywords.