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


ITimeReference.Project Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeReference Interface > ITimeReference.Project Method
ArcGIS Developer Help

ITimeReference.Project Method

Projects a given time, from this time reference, to a given time reference.

[Visual Basic .NET]
Public Sub Project ( _
    ByVal Time As ITime, _
    ByVal otherTimeReference As ITimeReference _
)
[C#]
public void Project (
    ITime Time,
    ITimeReference otherTimeReference
);
[C++]
HRESULT Project(
  ITime* Time,
  ITimeReference* otherTimeReference
);
[C++]
Parameters
Time [in]

Time is a parameter of type ITime* otherTimeReference [in]
otherTimeReference is a parameter of type ITimeReference*

Product Availability

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

See Also

ITimeReference Interface