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


IRepresentationMarker.Height Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationMarker Interface > IRepresentationMarker.Height Property
ArcGIS Developer Help

IRepresentationMarker.Height Property

The height in points (1/72 of an inch) of the marker.

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

Height is a parameter of type double*

Product Availability

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

See Also

IRepresentationMarker Interface