'Declaration
<NotNullAttribute()> Public Function CreateCustomObject( _ ByVal extensionID As String _ ) As ICustomObjectSettings
[NotNull()] public ICustomObjectSettings CreateCustomObject( string extensionID )
[NotNull()] 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.