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


IRPFItemURI.ProductionDate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPFItemURI Interface > IRPFItemURI.ProductionDate Property
ArcGIS Developer Help

IRPFItemURI.ProductionDate Property

Production date associated with the RPF file.

[Visual Basic .NET]
Public Property ProductionDate As String
[C#]
public string ProductionDate {get; set;}
[C++]
HRESULT get_ProductionDate(
  BSTR pProductionDate
);
[C++]
HRESULT put_ProductionDate(
  System.String* pProductionDate
);
[C++]
Parameters
pProductionDate [in]

pProductionDate is a parameter of type BSTR pProductionDate [out, retval]
pProductionDate is a parameter of type BSTR*

Product Availability

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

See Also

IRPFItemURI Interface