This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.DrapedDensificationDistance Property (ArcObjects .NET 10.4 SDK) |
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