This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerFillSymbol Interface > IMarkerFillSymbol.GridAngle Property (ArcObjects .NET 10.4 SDK) |
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
Not yet implemented.