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


IMarkerFillSymbol.GridAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerFillSymbol Interface > IMarkerFillSymbol.GridAngle Property
ArcGIS Developer Help

IMarkerFillSymbol.GridAngle Property

Angle of marker position grid.

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

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

Product Availability

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

Remarks

Not yet implemented.

See Also

IMarkerFillSymbol Interface