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


IGlobeGraphicsElementProperties.DrapedDensificationDistance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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(
  double pMeters
);
[C++]

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

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface