SetNormal Method (ISimpleNote) Send Feedback
See Also 
Normal
Vector
Sets the vector normal to this SimpleNote.

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 V1R3.0