Microsoft DirectX 9.0 |
The Direction property retrieves the direction of the pin.
Syntax
objPinInfo.Direction As Long
Parameters
This property takes no parameters.
Return Values
Returns 0 if the pin is an input pin, or 1 if the pin is an output pin.
Remarks
This property is read-only.
See Also