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


ISchematicDiagram.CreationDate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagram Interface > ISchematicDiagram.CreationDate Property
ArcGIS Developer Help

ISchematicDiagram.CreationDate Property

Creation date of the schematic diagram.

[Visual Basic .NET]
Public Property CreationDate As DateTime
[C#]
public DateTime CreationDate {get; set;}
[C++]
HRESULT get_CreationDate(
  System.DateTime* Date
);
[C++]
HRESULT put_CreationDate(
  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