Autodesk Vault ProfessionalVault API

RecordWaypoint(String,Dictionary<String,String>,String,Boolean) Method

Autodesk.DataManagement.Client.Framework.Forms.InterfacesICustomLogger

Records waypoint

Syntax

void RecordWaypoint(
   System.string waypointName,
   System.Collections.Generic.Dictionary<string,string> attributes,
   System.string commandState,
   System.bool appendWaypointName
)
Overloads Sub RecordWaypoint( _
   ByVal waypointName As System.String, _
   ByVal attributes As System.Collections.Generic.Dictionary(Of String,String), _
   ByVal commandState As System.String, _
   ByVal appendWaypointName As System.Boolean _
) 

Parameters

NameDescription
waypointName
attributes
commandState
appendWaypointName

See Also