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