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

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

语法

C#
public VersionInfo CreateVersion(
	string name,
	string parentName,
	string description
)

参数

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

返回值

返回版本信息类对象。

版本信息

SuperMap iObjects .NET


请参见