AcadBlockClassIOdaBlock_AddArc
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual AcadArc IOdaBlock_AddArc(
        Object Center,
        double Radius,
        double StartAngle,
        double EndAngle
)
 
Public Overridable Function IOdaBlock_AddArc ( 
        Center As Object,
        Radius As Double,
        StartAngle As Double,
        EndAngle As Double
) As AcadArc
 
public:
virtual AcadArc^ IOdaBlock_AddArc(
        [InAttribute] Object^ Center, 
        [InAttribute] double Radius, 
        [InAttribute] double StartAngle, 
        [InAttribute] double EndAngle
)
 
abstract IOdaBlock_AddArc : 
        Center : Object * 
        Radius : float * 
        StartAngle : float * 
        EndAngle : float -> AcadArc 
override IOdaBlock_AddArc : 
        Center : Object * 
        Radius : float * 
        StartAngle : float * 
        EndAngle : float -> AcadArc 
 
 
 
Parameters
- Center  Object
 
-  
 
- Radius  Double
 
-  
 
- StartAngle  Double
 
-  
 
- EndAngle  Double
 
-  
 
Return Value
AcadArc
Implements
IOdaBlockAddArc(Object, Double, Double,
Double)
 
See Also