Example #1
0
 public void PushToRepresentation(CmlContext context, object representation, CmlValue value)
 {
     if (this.CallSpecializationMethodWithReturn <bool, CmlValue, object, CmlContext>(
             "PushToRepresentationInternal",
             value,
             representation,
             context) == false)
     {
         throw new CmlRuntimeError_InfoSupportException(value.GetTypeEX(), this);
     }
 }
Example #2
0
 private void SolidifyInstanceInternal(CmlValue value, object representation, EffigyLink effigy_link, CmlContext context)
 {
     throw new CmlRuntimeError_InfoSupportException(value.GetTypeEX(), set_member);
 }