Click or drag to resize
SoLazyElementGetTransparency Method

get() methods get value from Inventor state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static float GetTransparency(
	SoState name_14533,
	int index
)

Parameters

name_14533
Type: OIV.Inventor.MiscSoState
index
Type: SystemInt32

Return Value

Type: Single
Remarks

The public methods are static, they get an instance of the element. If there is a cache, the appropriate virtual registerGetDependence is called.

See Also