ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
IRasNoticeToMarinersNumber Interface Reference

Identification for a notice to mariners. More...

import"encxcom.idl";

Inheritance diagram for IRasNoticeToMarinersNumber:
Inheritance graph
[legend]

Public Member Functions

HRESULT ToString ([retval][out] BSTR *pVal)
 Obtain a representation of the value as a string. More...
 

Properties

LONG Year [get]
 The year in which the notice was issued. E.g. 2005. More...
 
LONG Number [get]
 The number of the notice within its Year. Sequential from 1. More...
 

Detailed Description

Identification for a notice to mariners.

A notice to mariners is uniquely identified by a year and a (sequentially issued) number within the year.

Definition at line 946 of file encxcom.idl.

Member Function Documentation

◆ ToString()

HRESULT IRasNoticeToMarinersNumber::ToString ( [out] BSTR *  pVal)

Obtain a representation of the value as a string.

Property Documentation

◆ Number

LONG IRasNoticeToMarinersNumber::Number
getproperty

The number of the notice within its Year. Sequential from 1.

◆ Year

LONG IRasNoticeToMarinersNumber::Year
getproperty

The year in which the notice was issued. E.g. 2005.