public bool RemoveFrom(RescueGeobodySurface existingObject) { bool myReturn = RemoveFrom3(nativeNdx , (existingObject == null) ? 0 : existingObject.nativeNdx); return(myReturn); }
public RescueGeobodySurface GeobodySurfaceIdentifiedBy(int identifier) { long returnNdx = GeobodySurfaceIdentifiedBy16(nativeNdx , (long)identifier); if (returnNdx == 0) { return(null); } else { RescueGeobodySurface myReturn = new RescueGeobodySurface(returnNdx); return(myReturn); } }
public RescueGeobodySurface GeobodySurfaceIdentifiedBy(long id) { long returnNdx = GeobodySurfaceIdentifiedBy5(nativeNdx , id); if (returnNdx == 0) { return(null); } else { RescueGeobodySurface myReturn = new RescueGeobodySurface(returnNdx); return(myReturn); } }
public RescueGeobodySurface NthGeobodySurface(long zeroBasedOrdinal) { long returnNdx = NthGeobodySurface4(nativeNdx , zeroBasedOrdinal); if (returnNdx == 0) { return(null); } else { RescueGeobodySurface myReturn = new RescueGeobodySurface(returnNdx); return(myReturn); } }
public RescueGeobodySurface ObjectIdentifiedBy(long identifier) { long returnNdx = ObjectIdentifiedBy7(nativeNdx , identifier); if (returnNdx == 0) { return(null); } else { RescueGeobodySurface myReturn = new RescueGeobodySurface(returnNdx); return(myReturn); } }
public RescueGeobodySurface ObjectNamed(string nameIn) { long returnNdx = ObjectNamed6(nativeNdx , nameIn); if (returnNdx == 0) { return(null); } else { RescueGeobodySurface myReturn = new RescueGeobodySurface(returnNdx); return(myReturn); } }
public RescueGeobodySurface NthObject(long ordinal) { long returnNdx = NthObject5(nativeNdx , ordinal); if (returnNdx == 0) { return(null); } else { RescueGeobodySurface myReturn = new RescueGeobodySurface(returnNdx); return(myReturn); } }
public void DropGeobodySurface(RescueGeobodySurface existingSurface) { DropGeobodySurface2(nativeNdx , (existingSurface == null) ? 0 : existingSurface.nativeNdx); }
public void AddTo(RescueGeobodySurface newObject) { AddTo2(nativeNdx , (newObject == null) ? 0 : newObject.nativeNdx); }