|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function VerticalLineGetPosition (
nUniqueId as Int16
) as Int32
|
|
[C#]
public Int32 VerticalLineGetPosition (
Int16 nUniqueId
);
|
|
[C++]
public: Int32 VerticalLineGetPosition (
Int16 nUniqueId
);
|
|
Parameter
|
Description
|
|
|
|
|
nUniqueId
|
Unique identification number assigned to the line
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
Value >= 0
|
Position of the line expressed in milliseconds
|