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


ISeriesProperties.Type Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ISeriesProperties.Type Property

Type of the series.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}
[C++]
HRESULT get_Type(
  System.String* TypeName
);
[C++]

Parameters TypeName [out, retval]
TypeName is a parameter of type BSTR*

Product Availability

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

See Also

ISeriesProperties Interface