SoLazyElementGetTransparency Method |
get() methods get value from Inventor state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static float GetTransparency(
SoState name_14520,
int index
)
Public Shared Function GetTransparency (
name_14520 As SoState,
index As Integer
) As Single
public:
static float GetTransparency(
SoState^ name_14520,
int index
)
static member GetTransparency :
name_14520 : SoState *
index : int -> float32
Parameters
- name_14520
- Type: OIV.Inventor.MiscSoState
- index
- Type: SystemInt32
Return Value
Type:
SingleRemarks 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