Click or drag to resize
BCHybridMainDocumentNewHybridPart Method (String)
Creates an empty hybrid part with the specified display name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCHybridPartDocument NewHybridPart(
	string displayName
)

Parameters

displayName
Type: SystemString
The display name of the hybrid part to create.

Return Value

Type: BCHybridPartDocument
The created empty hybrid part.
See Also