SetNormal Method (IShape) Send Feedback
See Also 
Normal
Vector
Sets the vector normal to the shape.

Syntax

Visual Basic 
Sub SetNormal( _
   ByVal Normal As MathVector _
) 
C# 
void SetNormal( 
   MathVector Normal
)
JavaScript 
SetNormal( 
   Normal : dsMathVector
)
COM native C++ 
HRESULT SetNormal( 
   IMathVector* Normal
) 
C++ 
DSRESULT SetNormal( 
   dsMathVector* Normal
) 

Parameters

Normal
Vector
 

See Also

Availability

DraftSight V1R4.0