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