Class Library Documentation for Neo smartpen SDK
GenericMetadataManagerGetBook 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#
public 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: BookA class representing a Book in metadata
Implements
IMetadataManagerGetBook(Int32, Int32, Int32)See Also