This document is archived and information here might be outdated. Recommended version. |
Creates an explicit override with field content. To erase an existing field override, pass in blank field name.
[Visual Basic .NET] Public Sub Add ( _ ByVal Attributes As IGraphicAttributes, _ ByVal graphicAttributeIndex As Integer, _ ByVal FieldName As String _ )
[C#] public void Add ( IGraphicAttributes Attributes, int graphicAttributeIndex, string FieldName );
[C++]
HRESULT Add(
IGraphicAttributes* Attributes,
long graphicAttributeIndex,
BSTR FieldName
);
[C++] Parameters Attributes [in]
Attributes is a parameter of type IGraphicAttributes* graphicAttributeIndex [in]
graphicAttributeIndex is a parameter of type long FieldName [in]
FieldName is a parameter of type BSTR