ARReferenceObject.Export(NSUrl, UIImage, NSError) Method

Definition

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

Applies to