EbsOpen Class Library for EBSILON®Professional

SRxEntries.AddNewReturnObject Method 

[Visual Basic]
Public Function AddNewReturnObject( _ 
   ByVal Path As String _ 
) As SRxEntry
[C#]
public SRxEntry AddNewReturnObject(
   string Path
);
[C++]
public: SRxEntry* AddNewReturnObject(
   String* Path
);
[JScript]
public function AddNewReturnObject(
   String Path
): SRxEntry;

Remarks

returns a new SRxEntry if it could be inserted

See Also

SRxEntries Class | EbsOpen Namespace