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


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

ITimeReference.RespectsDynamicAdjustmentRules Property

Indicates whether the time reference respects dynamic adjustment rules.

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

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

Product Availability

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

See Also

ITimeReference Interface