Circle.Domain Property

Gets the circle's domain. It cannot be set.
Public Overridable Property Domain() As devDept.Geometry.Interval Implements  _ 
ICurve.Domain
This language is not supported or no code example is available.
public virtual devDept.Geometry.Interval Domain {get; set;}
This language is not supported or no code example is available.

Property Value

devDept.Geometry.Interval
Exception type Condition

EyeshotException

Thrown when you try to set the Domain property. Use Arc instead.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition