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


IGPReplica2.SibMyTime 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.SibMyTime Property
ArcGIS Developer Help

IGPReplica2.SibMyTime Property

.

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

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

Product Availability

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

See Also

IGPReplica2 Interface