Output Arguments from API methods
Output arguments are now marked with
the [Out] attribute.
Methods changed include:
§Application.GetAllTopMenus
§ControlledApplication.GetAllTopMenus
§Document.Import - both overloads
§Face.Intersect
§Curve.Intersect
§Curve.IsInside
§Face.IsInside
§Document.LoadFamily
§Document.LoadFamilySymbol
Where previously these output
arguments were declared as “reference”, in C#, where these arguments were passed using the “ref”
keyword, this should now be “out”.