[Visual Basic] Public Function EbsXML2( _ ByVal Path As String, _ ByVal ExportMacrosRecursive As Boolean, _ ByVal Profiles As Int32(), _ ByVal IncludeAllValues As Boolean, _ ByVal ShowExpressions As Boolean _ ) As Boolean [C#] public bool EbsXML2( string Path, bool ExportMacrosRecursive, Int32() Profiles, bool IncludeAllValues, bool ShowExpressions ); [C++] public: bool EbsXML2( String* Path, bool ExportMacrosRecursive, Int32()* Profiles, bool IncludeAllValues, bool ShowExpressions ); [JScript] public function EbsXML2( String Path, bool ExportMacrosRecursive, Int32() Profiles, bool IncludeAllValues, bool ShowExpressions ): bool;
Profiles may contain an array of profile-ids. To export the active profile pass an empty 'Profiles'-array
Model Class | EbsOpen Namespace