Adds the specified attributes set into the project.
[Visual Basic 6.0] Sub AddUserAttributes(
ByVal userAttributes As Object, _
ByVal attributesSetName As String _
) As Empty
[Visual Basic .NET] Public Sub AddUserAttributes ( _ ByVal userAttributes As Object, _ ByVal attributesSetName As String _ )
[C#] public void AddUserAttributes ( object userAttributes, string attributesSetName );
[Java] public void addUserAttributes ( Object userAttributes, String attributesSetName ) throws IOException, AutomationException
[C++]
HRESULT AddUserAttributes(
IDispatch* userAttributes,
BSTR attributesSetName
);
Parameters
userAttributes [in]
userAttributes is a parameter of type IDispatch*
attributesSetName [in]
attributesSetName is a parameter of type BSTR
The name of that set of attributes is attributesSetName; it is that name that Schematics uses to reference this set of associated attributes.
INgProject Interface | INgProject.UserAttributeSets Property