Type of the graphic attribute.
[Visual Basic 6.0] Property Type(
ByVal attrId As Long _
) As IGraphicAttributeType
[Visual Basic .NET] Public Function get_Type ( _ ByVal attrId As Integer _ ) As IGraphicAttributeType
[C#] public IGraphicAttributeType get_Type ( int attrId );
[Java] public IGraphicAttributeType getType ( Long attrId )
[C++] HRESULT get_Type( long attrId, IGraphicAttributeType** Type );
Parameters
attrId [in]
attrId is a parameter of type long
Type [out, retval]
Type is a parameter of type IGraphicAttributeType