SbProjectionGetParameter Method (Int32, Single) |
Get float parameter at position pos.
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetParameter(
int pos,
out float parameter
)
Public Function GetParameter (
pos As Integer,
<OutAttribute> ByRef parameter As Single
) As Boolean
public:
bool GetParameter(
int pos,
[OutAttribute] float% parameter
)
member GetParameter :
pos : int *
parameter : float32 byref -> bool
Parameters
- pos
- Type: SystemInt32
- parameter
- Type: SystemSingle
Return Value
Type:
BooleanRemarks See Also