EbsOpen Class Library for EBSILON®Professional

Model.EbsHTML2MarshalArrayAsVariant Method 

[Visual Basic]
Public Function EbsHTML2MarshalArrayAsVariant( _ 
   ByVal Path As String, _ 
   ByVal ExportMacrosRecursive As Boolean, _ 
   ByVal Profiles As Object, _ 
   ByVal PictureType As EpPictureType, _ 
   ByVal SeparateImageForEachProfile As Boolean, _ 
   ByVal IncludeAllValues As Boolean, _ 
   ByVal ShowExpressions As Boolean _ 
) As Boolean
[C#]
public bool EbsHTML2MarshalArrayAsVariant(
   string Path,
   bool ExportMacrosRecursive,
   object Profiles,
   EpPictureType PictureType,
   bool SeparateImageForEachProfile,
   bool IncludeAllValues,
   bool ShowExpressions
);
[C++]
public: bool EbsHTML2MarshalArrayAsVariant(
   String* Path,
   bool ExportMacrosRecursive,
   Object* Profiles,
   EpPictureType PictureType,
   bool SeparateImageForEachProfile,
   bool IncludeAllValues,
   bool ShowExpressions
);
[JScript]
public function EbsHTML2MarshalArrayAsVariant(
   String Path,
   bool ExportMacrosRecursive,
   Object Profiles,
   EpPictureType PictureType,
   bool SeparateImageForEachProfile,
   bool IncludeAllValues,
   bool ShowExpressions
): bool;

Remarks

Profiles may contain an array of profile-ids. To export the active profile pass an empty 'Profiles'-array

See Also

Model Class | EbsOpen Namespace