Indicates whether the tactical graphic duplicates the flow of the feature (unsupported at this time).
[Visual Basic .NET] Public Property FollowsFeature As Boolean
[C#] public bool FollowsFeature {get; set;}
[C++]
HRESULT get_FollowsFeature(
VARIANT_BOOL* pFollowsFeature
);
[C++]
HRESULT put_FollowsFeature(
VARIANT_BOOL pFollowsFeature
);
[C++]Parameters
pFollowsFeature [out, retval] pFollowsFeature is a parameter of type VARIANT_BOOL pFollowsFeature [in] pFollowsFeature is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.