'Declaration
Public Function CreateCustomObject( _ ByVal extensionID As String _ ) As ICustomObjectSettings
public ICustomObjectSettings CreateCustomObject( string extensionID )
Parameters
- extensionID
- The ExtensionID of the desired custom object type.
Return Value
An instance of the requested custom object type.