Autodesk Vault ProfessionalVault API

GetCategoryGlyph Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionICategoryManager

Retrieves the glyph object associated with a category

Syntax

ImageInfo GetCategoryGlyph(
   EntityCategory category
)
Function GetCategoryGlyph( _
   ByVal category As EntityCategory _
) As ImageInfo

Parameters

NameDescription
categoryThe category to retrieve the glyph for

Return Value

An object containing information about the glyph

See Also