ArcObjects Library Reference  (Schematic)    

INgProject.AddUserAttributes Method

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
);
[C++]

Parameters

userAttributes [in]

  userAttributes is a parameter of type IDispatch*

attributesSetName [in]

  attributesSetName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

The name of that set of attributes is attributesSetName; it is that name that Schematics uses to reference this set of associated attributes.

See Also

INgProject Interface | INgProject.UserAttributeSets Property

 


Feedback Send feedback on this page