Share

DesignProject.GetCustomSection Method

Parent Object: DesignProject

Description

Method that returns a custom section (in the form of an XML string) from the project file.

Syntax

DesignProject.GetCustomSection( Name As String ) As String

Parameters

Name Type Description
Name String Input String that specifies name of the custom section in the project file. If the section with the specified name is not found an error occurs. The following strings can be used to retrieve some of the built-in sections: 'ContentCenterConfig', 'VaultOptions', and 'AutodeskIntent.'

Version

Introduced in version 2011

Was this information helpful?