 | PointFieldProbeCreate Method |
Create a PointFieldProbe
Namespace: ema3d.Api.V25.Core.ProbesAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static PointFieldProbe Create(
Document document,
ICurvePoint point
)
Public Shared Function Create (
document As Document,
point As ICurvePoint
) As PointFieldProbe
public:
static PointFieldProbe^ Create(
Document^ document,
ICurvePoint^ point
)
static member Create :
document : Document *
point : ICurvePoint -> PointFieldProbe
Parameters
- document Document
- Document object to create probe in
- point ICurvePoint
- Point in space to create the PointFieldProbe
Return Value
PointFieldProbea PointFieldProbe object
See Also