This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagram Interface > ISchematicDiagram.LastModificationDate Property (ArcObjects .NET 10.4 SDK) |
Last modification date of the schematic diagram.
[Visual Basic .NET]
Public Property LastModificationDate As DateTime
[C#]
public DateTime LastModificationDate {get; set;}
[C++]
HRESULT get_LastModificationDate(
DATE* Date
);
[C++]
HRESULT put_LastModificationDate(
DATE Date
);
[C++]
Parameters Date [out, retval] Date is a parameter of type DATE Date [in] Date is a parameter of type DATE