KStudioClient.OpenEventFileForEditAsync Method

Opens an event file for edit.

Syntax

public:
IAsyncOperation<IKStudioWritableEventFile^ >^ OpenEventFileForEditAsync(
         String^ filePath
)  

Parameters

filePath
Type: String 

 The path to the event file.

Return value

Type: IAsyncOperation<IKStudioWritableEventFile^ > 

The editable event file.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members

Microsoft.Kinect.Tools Namespace