GetAttachPos Method (INote)
Gets the attachment point of this note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAttachPos() As Object |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As Object
value = instance.GetAttachPos()
|
C++/CLI | |
---|
Object^ GetAttachPos(); |
Return Value
Array of doubles (see
Remarks)
Example
Remarks
See Also