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.111.0)
Syntax public BCHybridPartDocument NewHybridPart(
string displayName
)
Public Function NewHybridPart (
displayName As String
) As BCHybridPartDocument
Parameters
- displayName
- Type: SystemString
The display name of the hybrid part to create.
Return Value
Type:
BCHybridPartDocumentThe created empty hybrid part.
See Also