public void HilightWithColor(PrsMgrPresentationManager3d aPM, QuantityNameOfColor aColor, int aMode)
 {
     SelectMgr_EntityOwner_HilightWithColor1D9F4508(Instance, aPM.Instance, (int)aColor, aMode);
 }
Пример #2
0
 public void HilightOwnerWithColor(PrsMgrPresentationManager3d thePM, QuantityNameOfColor theColor, SelectMgrEntityOwner theOwner)
 {
     SelectMgr_SelectableObject_HilightOwnerWithColor4EAE9125(Instance, thePM.Instance, (int)theColor, theOwner.Instance);
 }