This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IF > IFlowLayerState Interface > IFlowLayerState.SetFlowLayerState Method (ArcObjects .NET 10.4 SDK) |
Sets the state of the showing of flow direction symbols in the map for the specified layer.
[Visual Basic .NET] Public Sub SetFlowLayerState ( _ ByVal pFeatureLayer As IFeatureLayer, _ ByVal ShowFlow As Boolean _ )
[C#] public void SetFlowLayerState ( IFeatureLayer pFeatureLayer, bool ShowFlow );