public static IEnumerable<PointFieldProbe> GetAll( Document document = null )
Public Shared Function GetAll ( Optional document As Document = Nothing ) As IEnumerable(Of PointFieldProbe)
public: static IEnumerable<PointFieldProbe^>^ GetAll( Document^ document = nullptr )
static member GetAll : ?document : Document (* Defaults: let _document = defaultArg document null *) -> IEnumerable<PointFieldProbe>