Autodesk Vault ProfessionalVault API

Wmark Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about a Watermark.

Syntax

public class Wmark 
Public Class Wmark 

Properties

NameDescription
ActiveIf true, the watermark is active. If false, the watermark is not active.
AlphaThe green component of the color.
BlueThe blue component of the color.
EntClassIdArrayThe entity class IDs for the property definitions. Must match the PropDefIdArray size.
FontNameThe name of the font.
FreeTextArrayAn array of free text. Must match the FreeTextRankArray size.
FreeTextRankArrayThe ranks for the free text values. Must match the FreeTextArray size.
GreenThe green component of the color.
IdThe unique identifier.
LocThe location of the Watermark.
PropDefIdArrayAn array of property definitions. Must match the EntClassIdArray size.
RedThe red component of the color.
SizeThe text size.
StateIdThe ID of the life cycle state and effectivity that applies to the Watermark.
TextThe display text.
TypThe source of information for the watermark.

Returned By

Where you get a Wmark — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.Wmark

See Also