Create(Page,String,PointD,PointD,Boolean,Boolean) Method
                In This Topic
            
            Creates the Image object.
            
            
            Syntax
            
            
            
            
            public void Create( 
   Page ,
   string ,
   PointD ,
   PointD ,
   bool ,
   bool 
)
             
        
            
            public:
void Create( 
   Page^ ,
   String^ ,
   PointD ,
   PointD ,
   bool ,
   bool 
) 
             
        
             
        
            Parameters
- page
- Eplan.EplApi.DataModel.Page the Image will be placed on.
- fileName
- path to graphical file containing the image
- pntStart
- Eplan.EplApi.Base.PointD representing 1st image's corner
- pntEnd
- Eplan.EplApi.Base.PointD representing 2nd image's corner
- bCopyToProject
- System.Boolean determine if the image file is copied to project
- bOverWrite
- System.Boolean determine if destianation can be overwrite if exists; if falseand file destination exists an exception is thrown
 
            Exceptions
            
            
            
            
            
            
            
            
            
            See Also