ArcObjects Library Reference (Animation)  

ITimeWindow.EndField Property

The end field.

[Visual Basic .NET]
Public Property EndField As String
[C#]
public string EndField {get; set;}
[C++]
HRESULT get_EndField(
  BSTR* pField
);
[C++]
HRESULT put_EndField(
  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