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


IGPReplica2.InTransportFile Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica2.InTransportFile Property

.

[Visual Basic .NET]
Public Property InTransportFile As Boolean
[C#]
public bool InTransportFile {get; set;}
[C++]
HRESULT get_InTransportFile(
  VARIANT_BOOL* InTransportFile
);
[C++]
HRESULT put_InTransportFile(
  VARIANT_BOOL InTransportFile
);
[C++]

Parameters InTransportFile [out, retval] InTransportFile is a parameter of type VARIANT_BOOL InTransportFile [in] InTransportFile is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPReplica2 Interface