SoNodeDependenciesAddDependency Method (Type, Int32) |
Add given element type as a dependency for the cache.
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void AddDependency(
Type type,
int classStackIndex
)
Public Sub AddDependency (
type As Type,
classStackIndex As Integer
)
public:
void AddDependency(
Type^ type,
int classStackIndex
)
member AddDependency :
type : Type *
classStackIndex : int -> unit
Parameters
- type
- Type: SystemType
- classStackIndex
- Type: SystemInt32
Remarks See Also