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


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

IGlobeHeightProperties2.OptimizeApplyFeatureProperties Property

Indicates whether the ApplyFeatureProperties method is limited to the current Globe extent.

[Visual Basic .NET]
Public WriteOnly Property OptimizeApplyFeatureProperties
[C#]
public void OptimizeApplyFeatureProperties {set;}
[C++]
HRESULT put_OptimizeApplyFeatureProperties(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IGlobeHeightProperties2 Interface