SoScaleVizGetConfiguration Method |
Returns the i-th configuration from the list of registered configurations.
Namespace: OIV.ScaleVizAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoScaleVizConfig GetConfiguration(
int index
)
Public Shared Function GetConfiguration (
index As Integer
) As SoScaleVizConfig
public:
static SoScaleVizConfig^ GetConfiguration(
int index
)
static member GetConfiguration :
index : int -> SoScaleVizConfig
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoScaleVizConfig
Remarks
See Also