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


ITimeWindow.StartField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeWindow Interface > ITimeWindow.StartField Property
ArcGIS Developer Help

ITimeWindow.StartField Property

The start field.

[Visual Basic .NET]
Public Property StartField As String
[C#]
public string StartField {get; set;}
[C++]
HRESULT get_StartField(
  System.String* pField
);
[C++]
HRESULT put_StartField(
  BSTR pField
);
[C++]
Parameters
pField [out, retval]

pField is a parameter of type BSTR* pField [in]
pField is a parameter of type BSTR

Product Availability

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

See Also

ITimeWindow Interface