Loads a CGM image stored in the specified file.
        
Namespace:
CADImport.CGM
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Overrides Sub LoadFromFile( _ ByVal path As String _
 )
 | 
		  
		
		
		
			
				
					| C# | 
				
					| public override void LoadFromFile( string path
 )
 | 
			
		
		
		
		
	 
	Parameters
	- 
		
			path
		
	
- 
		
			Type: string 
		 
			A path to the file that contains a CGM image to be loaded. 
		 
 
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also