public bool IsKind(StandardType TheType)
 {
     return(Standard_Persistent_IsKindE2B3EAC1(Instance, TheType.Instance));
 }
Esempio n. 2
0
 public bool SubType(StandardType aOther)
 {
     return(Standard_Type_SubTypeE2B3EAC1(Instance, aOther.Instance));
 }