Autodesk Vault ProfessionalVault API

RecordSimpleWaypoint Method

Autodesk.DataManagement.Client.Framework.Forms.InterfacesICustomLogger

Record string value with specified waypoint, state, attribute

Syntax

void RecordSimpleWaypoint(
   System.string waypointName,
   System.string stateName,
   System.string attributeName,
   System.string value,
   System.bool appendWaypointName
)
Sub RecordSimpleWaypoint( _
   ByVal waypointName As System.String, _
   ByVal stateName As System.String, _
   ByVal attributeName As System.String, _
   ByVal value As System.String, _
   ByVal appendWaypointName As System.Boolean _
) 

Parameters

NameDescription
waypointName
stateName
attributeName
value
appendWaypointName

See Also