CompoundCurve.CompoundCurve

CompoundCurve()

Yeni bir örneğini başlatır.CompoundCurve sınıf.

public CompoundCurve()

Ayrıca bakınız


CompoundCurve(IEnumerable<ICurve>)

Yeni bir örneğini başlatır.CompoundCurve sınıf.

public CompoundCurve(IEnumerable<ICurve> curves)
ParametreTipTanım
curvesIEnumerable`1Eğrilerin toplanması.

istisnalar

istisnaşart
ArgumentNullExceptionArgüman veya öğelerinden herhangi birinull.
ArgumentExceptionBirbirine eşit olmayan en az iki boş olmayan uzamsal referans sistemi var.

Ayrıca bakınız


CompoundCurve(ICompoundCurve)

Yeni bir örneğini başlatır.CompoundCurve sınıf.

public CompoundCurve(ICompoundCurve other)
ParametreTipTanım
otherICompoundCurveVerilerin kopyalanacağı diğer satır.

istisnalar

istisnaşart
ArgumentNullExceptionArgümannull.

Ayrıca bakınız