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


IGlobeGraphicsElementProperties.DrapedDensificationDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.DrapedDensificationDistance Property
ArcGIS Developer Help

IGlobeGraphicsElementProperties.DrapedDensificationDistance Property

For draped line elements, densification distance in meters.

[Visual Basic .NET]
Public Property DrapedDensificationDistance As Double
[C#]
public double DrapedDensificationDistance {get; set;}
[C++]
HRESULT get_DrapedDensificationDistance(
  double pMeters
);
[C++]
HRESULT put_DrapedDensificationDistance(
  System.Double* pMeters
);
[C++]
Parameters
pMeters [in]

pMeters is a parameter of type double pMeters [out, retval]
pMeters is a parameter of type double*

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface