ArcObjects Library Reference (Display)  

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(
  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