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


IFeature3DProperties.ApplyFeatureProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IF > IFeature3DProperties Interface > IFeature3DProperties.ApplyFeatureProperties Method
ArcGIS Developer Help

IFeature3DProperties.ApplyFeatureProperties Method

Applies feature properties resulting in a new geometry.

[Visual Basic .NET]
Public Sub ApplyFeatureProperties ( _
    ByVal feature As IFeature, _
    ByRef newGeometry As IGeometry, _
    ByVal ignoreOffsetAndScale As Boolean _
)
[C#]
public void ApplyFeatureProperties (
    IFeature feature,
    ref IGeometry newGeometry,
    ref bool ignoreOffsetAndScale
);
[C++]
HRESULT ApplyFeatureProperties(
  IFeature* feature,
  IGeometry** newGeometry,
  VARIANT_BOOL ignoreOffsetAndScale
);
[C++]
Parameters
feature [in]

feature is a parameter of type IFeature* newGeometry [out]
newGeometry is a parameter of type IGeometry** ignoreOffsetAndScale [in]
ignoreOffsetAndScale is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IFeature3DProperties Interface