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


ITimeDuration.Positive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Positive Property
ArcGIS Developer Help

ITimeDuration.Positive Property

Indicates whether the time duration value is positive or negative.

[Visual Basic .NET]
Public Property Positive As Boolean
[C#]
public bool Positive {get; set;}
[C++]
HRESULT get_Positive(
  Boolean* Positive
);
[C++]
HRESULT put_Positive(
  VARIANT_BOOL Positive
);
[C++]
Parameters
Positive [out, retval]

Positive is a parameter of type bool* Positive [in]
Positive is a parameter of type bool

Product Availability

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

See Also

ITimeDuration Interface