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


ITemplateInfo.Prototype Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITemplateInfo Interface > ITemplateInfo.Prototype Property
ArcGIS Developer Help

ITemplateInfo.Prototype Property

Prototype Feature.

[Visual Basic .NET]
Public ReadOnly Property Prototype As IDataObjectEx
[C#]
public IDataObjectEx Prototype {get;}
[C++]
HRESULT get_Prototype(
  IDataObjectEx** prototypeObject
);
[C++]
Parameters
prototypeObject [out, retval]

prototypeObject is a parameter of type IDataObjectEx**

Product Availability

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

See Also

ITemplateInfo Interface