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


IMarker3DPlacement.Width Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.Width Property
ArcGIS Developer Help

IMarker3DPlacement.Width Property

The width value.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMarker3DPlacement Interface