OdaBlockClassIAcadBlock_AddDimAngular
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual AcadDimAngular IAcadBlock_AddDimAngular(
        Object AngleVertex,
        Object FirstEndPoint,
        Object SecondEndPoint,
        Object TextPoint
)
 
Public Overridable Function IAcadBlock_AddDimAngular ( 
        AngleVertex As Object,
        FirstEndPoint As Object,
        SecondEndPoint As Object,
        TextPoint As Object
) As AcadDimAngular
 
public:
virtual AcadDimAngular^ IAcadBlock_AddDimAngular(
        [InAttribute] Object^ AngleVertex, 
        [InAttribute] Object^ FirstEndPoint, 
        [InAttribute] Object^ SecondEndPoint, 
        [InAttribute] Object^ TextPoint
)
 
abstract IAcadBlock_AddDimAngular : 
        AngleVertex : Object * 
        FirstEndPoint : Object * 
        SecondEndPoint : Object * 
        TextPoint : Object -> AcadDimAngular 
override IAcadBlock_AddDimAngular : 
        AngleVertex : Object * 
        FirstEndPoint : Object * 
        SecondEndPoint : Object * 
        TextPoint : Object -> AcadDimAngular 
 
 
 
Parameters
- AngleVertex  Object
 
-  
 
- FirstEndPoint  Object
 
-  
 
- SecondEndPoint  Object
 
-  
 
- TextPoint  Object
 
-  
 
Return Value
AcadDimAngular
Implements
IAcadBlockAddDimAngular(Object, Object,
Object, Object)
 
See Also