A path point position as a one-dimensional
array of three elements corresponding to (X,Y,Z) cartesian
coordinates.
Read-write property
[Visual Basic .NET] |
---|
Public Property Position() As System.Array
|
[C#] |
---|
public System.Array Position {get; set;}
|
[Managed C++] |
---|
public: __property System::Array^ get_Position();
|
[Unmanaged C++] |
---|
public: HRESULT get_Position(
|
[Java] |
---|
public Object[] getPosition();public void setPosition(
|
Shows the format of
the path point's Position property.
[C#] | ![]() |
|
---|---|---|
|
Shows the format of
the path point's Position property.
[Visual Basic .NET] | ![]() |
|
---|---|---|
|