PFSDllWrapperpfsTargetByNum Method |
Namespace: DHI.PFS
public static IntPtr pfsTargetByNum( IntPtr handle, int targetNumber )
Public Shared Function pfsTargetByNum ( handle As IntPtr, targetNumber As Integer ) As IntPtr
public: static IntPtr pfsTargetByNum( IntPtr handle, int targetNumber )
static member pfsTargetByNum : handle : IntPtr * targetNumber : int -> IntPtr
pfsHandle Hand = pfsLoadFile("somefile.pfv",FALSE); pfsNode Targ = pfsTargetByNum(Hand, 3);
Copyright DHI 2021