Click or drag to resize

IGHAObjectCreateObject Method

[This is preliminary documentation and is subject to change.]

Creates an object of the specified class name as a child of the calling object

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
IGHAObject CreateObject(
	string className,
	string Name = ""
)

Parameters

className
Type: SystemString
.NET class name of the object to be created
Name (Optional)
Type: SystemString
Name to be assigned to the object. If not specified, a unique name based on the class name is created

Return Value

Type: IGHAObject
Created object
See Also