Gets or sets the center point of this mathematical elliptical Arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Center As MathPoint |
C# | |
---|
MathPoint Center {get; set;} |
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 this mathematical elliptical Arc
See Also
Availability
DraftSight V1R5.0