This document is archived and information here might be outdated.  Recommended version.


IDirectData.PostMessage Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDirectData.PostMessage Method

All temporal messages enter the temporal feature class environment via this method. It performs validity checks, exclusions, data store purges, pre- and post- actions, and database insertion.

[Visual Basic .NET]
Public Sub PostMessage ( _
    ByVal piMsg As IDataMessage _
)
[C#]
public void PostMessage (
    IDataMessage piMsg
);
[C++]
HRESULT PostMessage(
  IDataMessage* piMsg
);
[C++]

Parameters piMsg [in]
piMsg is a parameter of type IDataMessage*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDirectData Interface