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


IEncode3DProperties.UnPackNormal Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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,
  VARIANT_BOOL* 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 VARIANT_BOOL

Product Availability

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

See Also

IEncode3DProperties Interface