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


IGPReplica2.InTransportFile Property (ArcObjects .NET 10.6 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(
  Boolean* InTransportFile
);
[C++]

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

Product Availability

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

See Also

IGPReplica2 Interface