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


IGPReplica2.SibTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica2 Interface > IGPReplica2.SibTime Property
ArcGIS Developer Help

IGPReplica2.SibTime Property

.

[Visual Basic .NET]
Public Property SibTime As Object
[C#]
public object SibTime {get; set;}
[C++]
HRESULT get_SibTime(
  Variant* SibTime
);
[C++]
HRESULT put_SibTime(
  VARIANT SibTime
);
[C++]
Parameters
SibTime [out, retval]

SibTime is a parameter of type VARIANT* SibTime [in]
SibTime is a parameter of type VARIANT

Product Availability

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

See Also

IGPReplica2 Interface