Direction Property (INote) Send Feedback
See Also 
Gets or sets the direction of the Note.

Syntax

Visual Basic 
Property Direction As dsNoteDirection_e
C# 
dsNoteDirection_e Direction {get; set;}
JavaScript 
get_Direction () : String
put_Direction (
   NewVal : String
)
COM native C++ 
HRESULT get_Direction(
   dsNoteDirection_e* Val
) 
HRESULT put_Direction( 
   dsNoteDirection_e NewVal
C++ 
DSRESULT get_Direction (
   dsNoteDirection_e* Val
)
DSRESULT put_Direction(
   dsNoteDirection_e NewVal
)

Property Value

Direction of Note as defined in dsNoteDirection_e

See Also

Availability

DraftSight V1R1.1