Determines whether the layer (
CADLayer) is frozen.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Function GetLayerFreeze( _ ByVal ind As Integer _
 ) As Boolean
 | 
		  
		
		
		
			
				
					| C# | 
				
					| public bool GetLayerFreeze( int ind
 )
 | 
			
		
		
		
		
	 
	Parameters
	- 
		
			ind
		
	
- 
		
			Type: int 
		 
			An index of the layer in the collection of layers 
		 
		Return Value
  True if specified layer is frozen; otherwise 
false.
 
	
		 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