SbProjectionGetParameter Method (Int32, String) |
Get string 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 string parameter
)
Public Function GetParameter (
pos As Integer,
<OutAttribute> ByRef parameter As String
) As Boolean
public:
bool GetParameter(
int pos,
[OutAttribute] String^% parameter
)
member GetParameter :
pos : int *
parameter : string byref -> bool
Parameters
- pos
- Type: SystemInt32
- parameter
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also