EbsOpen Class Library for EBSILON®Professional

Model.EbsGraphic Method 

[Visual Basic]
Public Function EbsGraphic( _ 
   ByVal Path As String, _ 
   Optional ByVal PictureType As EpPictureType = epPictureTypePNG, _ 
   Optional ByVal Context As String = """", _ 
   Optional ByVal Scaling As EpScaling = epScalingNo, _ 
   Optional ByVal ScaleX As Double = 0, _ 
   Optional ByVal ScaleY As Double = 0 _ 
) As Boolean
[C#]
public bool EbsGraphic(
   string Path,
   EpPictureType PictureType,
   string Context,
   EpScaling Scaling,
   double ScaleX,
   double ScaleY
);
[C++]
public: bool EbsGraphic(
   String* Path,
   EpPictureType PictureType,
   String* Context,
   EpScaling Scaling,
   double ScaleX,
   double ScaleY
);
[JScript]
public function EbsGraphic(
   String Path,
   EpPictureType PictureType,
   String Context,
   EpScaling Scaling,
   double ScaleX,
   double ScaleY
): bool;

Remarks

Prints the active profile. To print the content a macro/sheet specify its context.

See Also

Model Class | EbsOpen Namespace