根据给定的参数来创建版本。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public VersionInfo CreateVersion(
	string name,
	int parentID,
	string description
)

参数

name
Type: System..::.String
指定的版本名称。
parentID
Type: System..::.Int32
指定的父版本ID。
description
Type: System..::.String
指定的版本描述的信息。

返回值

返回版本信息类对象。

版本信息

SuperMap iObjects .NET


请参见