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


IPlugInConfigure.PlugInType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IPlugInConfigure.PlugInType Property

Indicates type of data link being used.

[Visual Basic .NET]
Public ReadOnly Property PlugInType As String
[C#]
public string PlugInType {get;}
[C++]
HRESULT get_PlugInType(
  BSTR* pbstrPlugInType
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IPlugInConfigure Interface