EbsOpen Class Library for EBSILON®Professional

SRxEntries.AddNew Method 

[Visual Basic]
Public Function AddNew( _ 
   ByVal Path As String, _ 
   ByRef NewEntry As SRxEntry _ 
) As Boolean
[C#]
public bool AddNew(
   string Path,
   out SRxEntry NewEntry
);
[C++]
public: bool AddNew(
   String* Path,
   * SRxEntry* NewEntry
);
[JScript]
public function AddNew(
   String Path,
   SRxEntry NewEntry
): bool;

Remarks

returns a new SRxEntry if it could be inserted

See Also

SRxEntries Class | EbsOpen Namespace