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


ISymbolCollectionElement.FlipAngle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.FlipAngle Property

Flip angle.

[Visual Basic .NET]
Public Property FlipAngle As Double
[C#]
public double FlipAngle {get; set;}
[C++]
HRESULT get_FlipAngle(
  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

ISymbolCollectionElement Interface