How to add your knowledge

Settings

    Table of contents
    No headers

    In the COM API, settings are accessed through the AeccDatabase::Settings object, which contains properties representing the settings object hierarchy. In the .NET API, you use a method to retrieve specific settings objects, for example:

    SettingsPipeNetwork oSettingsPipeNetwork = doc.Settings.GetFeatureSettings<SettingsPipeNetwork>() as SettingsPipeNetwork;