IMetadataManager.GetBook Method

Neo smartpen SDK

IMetadataManagerGetBook Method

Get the Book from the metadata.

Namespace:  Neosmartpen.Net.Metadata
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
Book GetBook(
	int section,
	int owner,
	int book
)

Parameters

section
Type: SystemInt32
Section code value
owner
Type: SystemInt32
Owner code value
book
Type: SystemInt32
Book code value

Return Value

Type: Book
A class representing a Book in metadata
See Also