|
IBuilderElementOrientationWriterYOriList Property
|
Sets y-orientations of the element.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxList<Vector3> YOriList { set; }
WriteOnly Property YOriList As List(Of Vector3)
Set
property List<Vector3>^ YOriList {
void set (List<Vector3>^ value);
}
abstract YOriList : List<Vector3> with set
Property Value
Type:
ListVector3
See Also