Autodesk Vault ProfessionalVault API

RecordWaypoint(String,Dictionary<String,String>,String) 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
)
Overloads Sub RecordWaypoint( _
   ByVal waypointName As System.String, _
   ByVal attributes As System.Collections.Generic.Dictionary(Of String,String), _
   ByVal commandState As System.String _
) 

Parameters

NameDescription
waypointName
attributes
commandState

See Also