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


IGlobeHeightProperties.ApplyFeatureProperties Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeHeightProperties.ApplyFeatureProperties Method

Obtain feature geometry with the correct properties.

[Visual Basic .NET]
Public Sub ApplyFeatureProperties ( _
    ByVal pDisplay As IGlobeDisplay, _
    ByVal pFeature As IFeature, _
    ByRef ppNewGeometry As IGeometry, _
    ByVal bIgnoreOffsetAndScale As Boolean _
)
[C#]
public void ApplyFeatureProperties (
    IGlobeDisplay pDisplay,
    IFeature pFeature,
    ref IGeometry ppNewGeometry,
    ref bool bIgnoreOffsetAndScale
);
[C++]
HRESULT ApplyFeatureProperties(
  IGlobeDisplay* pDisplay,
  IFeature* pFeature,
  IGeometry** ppNewGeometry,
  VARIANT_BOOL bIgnoreOffsetAndScale
);
[C++]

Parameters pDisplay [in]
pDisplay is a parameter of type IGlobeDisplay* pFeature [in]
pFeature is a parameter of type IFeature* ppNewGeometry [out]
ppNewGeometry is a parameter of type IGeometry** bIgnoreOffsetAndScale [in]
bIgnoreOffsetAndScale is a parameter of type bool

Product Availability

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

See Also

IGlobeHeightProperties Interface