Gets or sets the x component of vector.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
Syntaxpublic ushort X { get; set; }
Public Property X As UShort
Get
Set
public:
property unsigned short X {
unsigned short get ();
void set (unsigned short value);
}
member X : uint16 with get, set
Property Value
Type:
UInt16X component of vector
See Also