Gets or sets whether to apply a corner treatment to this end cap feature.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property UseCornerTreatment As System.Boolean | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IEndCapFeatureData
Dim value As System.Boolean
 
instance.UseCornerTreatment = value
 
value = instance.UseCornerTreatment | 
| C# |  | 
|---|
| System.bool UseCornerTreatment {get; set;} | 
| C++/CLI |  | 
|---|
| property System.bool UseCornerTreatment {
   System.bool get();
   void set ( &   System.bool value);
} | 
Property Value
True to apply a corner treatment, false to not
Example
 
            
            
            
            
            See Also
 
            Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0