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


IEncode3DProperties.UnPackNormal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEncode3DProperties Interface > IEncode3DProperties.UnPackNormal Method
ArcGIS Developer Help

IEncode3DProperties.UnPackNormal Method

Decodes a normal from a double.

[Visual Basic .NET]
Public Sub UnPackNormal ( _
    ByVal packedNormal As Double, _
    ByVal normalVector As IVector3D, _
    ByRef wasProductive As Boolean _
)
[C#]
public void UnPackNormal (
    double packedNormal,
    IVector3D normalVector,
    ref bool wasProductive
);
[C++]
HRESULT UnPackNormal(
  double packedNormal,
  IVector3D* normalVector,
  Boolean* wasProductive
);
[C++]
Parameters
packedNormal [in]

packedNormal is a parameter of type double normalVector [in]
normalVector is a parameter of type IVector3D* wasProductive [out]
wasProductive is a parameter of type bool*

Product Availability

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

See Also

IEncode3DProperties Interface