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