SoGLDisplayListAddDependency Method |
Adds a dependency on this object if there is another display list open in the state.
Namespace: OIV.Inventor.OglObjectsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void AddDependency(
SoState state
)
Public Sub AddDependency (
state As SoState
)
public:
void AddDependency(
SoState^ state
)
member AddDependency :
state : SoState -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Remarks
See Also