This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Positive Property (ArcObjects .NET 10.4 SDK) |
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