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


ITimeDuration.Positive Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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(
  VARIANT_BOOL* Positive
);
[C++]
HRESULT put_Positive(
  VARIANT_BOOL Positive
);
[C++]

Parameters Positive [out, retval] Positive is a parameter of type VARIANT_BOOL Positive [in] Positive is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITimeDuration Interface