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


ISchematicDiagram.LastUpdateDate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagram.LastUpdateDate Property

Last updating date of the schematic diagram.

[Visual Basic .NET]
Public Property LastUpdateDate As DateTime
[C#]
public DateTime LastUpdateDate {get; set;}
[C++]
HRESULT get_LastUpdateDate(
  DATE* Date
);
[C++]
HRESULT put_LastUpdateDate(
  DATE Date
);
[C++]

Parameters Date [out, retval] Date is a parameter of type DATE Date [in] Date is a parameter of type DATE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDiagram Interface