Utility.WriteXmlAttribute (String, Vector3D, XmlTextWriter) Method

Public Shared Sub WriteXmlAttribute( _ 
ByVal name As String, _ 
ByVal vector As Vector3D, _ 
ByVal writer As XmlTextWriter
)
This language is not supported or no code example is available.
public static void WriteXmlAttribute( 
string name
Vector3D vector
XmlTextWriter writer 
)
This language is not supported or no code example is available.

Parameters

name
string

vector
Vector3D

writer
XmlTextWriter

.NET Framework

Supported in: 4.8

In this article

Definition