Gets or sets a value indicating which type of angle specifies the start and end points of this 
CAD2DEllipse.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Property IsAngleInParam() As Boolean | 
		  
		
		
		
			
				
					| C# | 
				
					| public bool IsAngleInParam {get; set;} | 
			
		
		
		
		
	 
	
		Property Value
  true if the start and end points are specified by the angle formed by two radiuses of the external circumference;
false if the start and end points are specified by the angle formed by two radiuses of the internal circumference.
 
	
		
		
		Remarks
	
	
		 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