Description
Helper method to assign the position using the Cylindrical representation
Syntax
[Visual Basic .NET] |
---|
Public Sub AssignCylindrical( _
ByVal Radius As Double, _
ByVal Z As Double, _
ByVal Lon As System.Object _
) As
|
[C#] |
---|
public void AssignCylindrical(
double Radius,
double Z,
System.Object Lon
);
|
[Managed C++] |
---|
public: void AssignCylindrical(
double Radius,
double Z,
VARIANT Lon
);
|
[Java] |
---|
public void assignCylindrical(
double Radius,
double Z,
VARIANT Lon
);
|
[Unmanaged C++] |
---|
public: HRESULT AssignCylindrical(
double Radius,
double Z,
VARIANT Lon
);
|
Parameters
See Also