Beschreibung:
Erzeugt ein Objekt vom Typ ViewConfig.
Typ:
ViewConfig
Beispiel VBScript:
Dim oViewConfig : Set oViewConfig = cRM.CurrentProject.ActiveViews.ActiveView.Config
' ...
Set oViewConfig = Nothing
Beispiel C#-Script:
ViewConfig config = cRM.CurrentProject.ActiveViews.ActiveView.Config;
// ...
config.Dispose();