This document is archived and information here might be outdated. Recommended version. |
Indicates if a graphic attribute is editable by a representation tool.
[Visual Basic .NET] Public Function get_IsEditableAttribute ( _ ByVal editParams As Object, _ ByVal attrIndex As Integer _ ) As Boolean
[C#] public bool get_IsEditableAttribute ( object editParams, int attrIndex );
[C++]
HRESULT get_IsEditableAttribute(
VARIANT editParams,
long attrIndex,
Boolean* isEditable
);
[C++]
Parameters editParams [in]
editParams is a parameter of type VARIANT attrIndex [in]
attrIndex is a parameter of type long isEditable [out, retval]
isEditable is a parameter of type bool*