ArcObjects Library Reference (System)  

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

Parameters

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

Product Availability

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

See Also

ITimeReference Interface