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


IGPVersionInfos.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPVersionInfos.Add Method

Adds a version info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal VersionInfo As IGPVersionInfo _
)
[C#]
public void Add (
    IGPVersionInfo VersionInfo
);
[C++]
HRESULT Add(
  IGPVersionInfo* VersionInfo
);
[C++]

Parameters VersionInfo [in]
VersionInfo is a parameter of type IGPVersionInfo

Product Availability

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

See Also

IGPVersionInfos Interface