ObjectAnchorsSession Constructors
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.
Overloads
ObjectAnchorsSession(AccountInformation) |
Initializes a new instance of the ObjectAnchorsSession class. |
ObjectAnchorsSession(IntPtr, Boolean) |
ObjectAnchorsSession(AccountInformation)
Initializes a new instance of the ObjectAnchorsSession class.
public ObjectAnchorsSession (Microsoft.Azure.ObjectAnchors.AccountInformation accountInformation);
new Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession : Microsoft.Azure.ObjectAnchors.AccountInformation -> Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession
Public Sub New (accountInformation As AccountInformation)
Parameters
- accountInformation
- AccountInformation
The Azure Object Anchors account information.
Applies to
ObjectAnchorsSession(IntPtr, Boolean)
protected ObjectAnchorsSession (IntPtr ahandle, bool transfer);
new Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession : nativeint * bool -> Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession
Protected Sub New (ahandle As IntPtr, transfer As Boolean)
Parameters
- ahandle
-
IntPtr
nativeint
- transfer
- Boolean