Click or drag to resize

BulkCurrentProbeCreate(Document, ICurvePoint, ICurvePoint) Method

Create a BulkCurrentProbe with ICurvePoint

Namespace: ema3d.Api.V25.Core.Probes
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static BulkCurrentProbe Create(
	Document document,
	ICurvePoint minimum,
	ICurvePoint maximum
)

Parameters

document  Document
Document object to create probe in
minimum  ICurvePoint
min bounds for the BulkCurrentProbe
maximum  ICurvePoint
max bounds for the BulkCurrentProbe

Return Value

BulkCurrentProbe
a BulkCurrentProbe object
See Also