GeoGenerator.ProducePoints

GeoGenerator.ProducePoints method

Belirtilen alana ait bir nokta dizisi oluşturur.

public static IEnumerable<IGeometry> ProducePoints(Extent rect, PointGeneratorOptions options)
ParametreTipTanım
rectExtentBelirtilen alan (bkz.Kapsam).
optionsPointGeneratorOptionsNokta oluşturma seçenekleri (bkz.PointGeneratorOptions).

Geri dönüş değeri

Nokta dizisi (bkz.Geometri).

istisnalar

istisnaşart
ArgumentOutOfRangeExceptionPuan sayısı birden fazla olmalıdır.
NullReferenceExceptionKapsam bir değere sahip olmalıdır (NULL olmamalıdır).

Ayrıca bakınız