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


IAttachmentData.TransportType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentData Interface > IAttachmentData.TransportType Property
ArcGIS Developer Help

IAttachmentData.TransportType Property

Transport Type.

[Visual Basic .NET]
Public Property TransportType As esriTransportType
[C#]
public esriTransportType TransportType {get; set;}
[C++]
HRESULT get_TransportType(
  esriTransportType* pTransportType
);
[C++]
HRESULT put_TransportType(
  esriTransportType pTransportType
);
[C++]
Parameters
pTransportType [out, retval]

pTransportType is a parameter of type esriTransportType* pTransportType [in]
pTransportType is a parameter of type esriTransportType

Product Availability

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

See Also

IAttachmentData Interface