BCFMarkupViewpoint

class Bcf.BCFMarkupViewpoint()

Constructors

Bcf.BCFMarkupViewpoint.constructor()
BCFMarkupViewpoint(guid: string, viewpointFilename: (undefined | string), snapshotFilename: (undefined | string), index: (undefined | string)): BCFMarkupViewpoint

Parameters

guid: string

viewpointFilename: (undefined | string)

snapshotFilename: (undefined | string)

index: (undefined | string)

Returns: BCFMarkupViewpoint

Methods

Bcf.BCFMarkupViewpoint.getGuid()
getGuid(): string

Returns: string

Bcf.BCFMarkupViewpoint.getIndex()
getIndex(): (None | number)

Returns: (None | number)

Bcf.BCFMarkupViewpoint.getSnapshotFilename()
getSnapshotFilename(): (None | string)

Returns: (None | string)

Bcf.BCFMarkupViewpoint.getViewpointFilename()
getViewpointFilename(): (None | string)

Returns: (None | string)