Center Property (IMathCircArc) Send Feedback
See Also 
Gets or sets the center point of the mathematical circular Arc.

Syntax

Visual Basic 
Property Center As MathPoint
C# 
MathPoint Center {get; set;}
JavaScript 
get_Center () : dsMathPoint
put_Center (
   NewVal : dsMathPoint
)
COM native C++ 
HRESULT get_Center(
   IMathPoint** Val
) 
HRESULT put_Center( 
   IMathPoint* NewVal
C++ 
DSRESULT get_Center (
   dsMathPoint** Val
)
DSRESULT put_Center(
   dsMathPoint* NewVal
)

Property Value

Center point of the mathematical circular Arc

See Also

Availability

DraftSight V1R5.0