ARReferenceObject.Export(NSUrl, UIImage, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a representation of this reference object to the specified URL.
[Foundation.Export("exportObjectToURL:previewImage:error:")]
public virtual bool Export (Foundation.NSUrl url, UIKit.UIImage previewImage, out Foundation.NSError error);
abstract member Export : Foundation.NSUrl * UIKit.UIImage * -> bool
override this.Export : Foundation.NSUrl * UIKit.UIImage * -> bool
Parameters
- url
- NSUrl
The location to store the exported reference object data.
- previewImage
- UIImage
The image to use as a preview.
- error
- NSError
A location to store any error that occurs.
Returns
true
if it succeeds. Otherwise, false
.
- Attributes