ArcObjects Library Reference (Carto)  

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