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


IGroupSymbolElement.FlipAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupSymbolElement Interface > IGroupSymbolElement.FlipAngle Property
ArcGIS Developer Help

IGroupSymbolElement.FlipAngle Property

Flip angle.

[Visual Basic .NET]
Public Property FlipAngle As Double
[C#]
public double FlipAngle {get; set;}
[C++]
HRESULT get_FlipAngle(
  System.Double* FlipAngle
);
[C++]
HRESULT put_FlipAngle(
  double FlipAngle
);
[C++]
Parameters
FlipAngle [out, retval]

FlipAngle is a parameter of type double* FlipAngle [in]
FlipAngle is a parameter of type double

Product Availability

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

See Also

IGroupSymbolElement Interface